changed names of csa and csb to csa4 and csb4
This commit is contained in:
parent
a765b8f5d6
commit
6c851594f0
@ -1,4 +1,4 @@
|
||||
.define .csa
|
||||
.define .csa4
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
@ -7,7 +7,7 @@ ECASE=20
|
||||
|
||||
.sect .text
|
||||
|
||||
.csa:
|
||||
.csa4:
|
||||
! jump table address in a0
|
||||
! index in d0
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.define .csb
|
||||
.define .csb4
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
@ -7,7 +7,7 @@ ECASE=20
|
||||
|
||||
.sect .text
|
||||
|
||||
.csb:
|
||||
.csb4:
|
||||
! case descriptor in a0
|
||||
! index in d0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user