changed names of csa and csb to csa4 and csb4
This commit is contained in:
parent
2807862aba
commit
c615803fa6
2 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue