keep the names .csa and .csb for backwards compatibility
This commit is contained in:
parent
dbf9a060c2
commit
b2ca3783c4
|
@ -1,4 +1,5 @@
|
|||
.define .csa4
|
||||
.define .csa
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
|
@ -8,6 +9,7 @@ ECASE=20
|
|||
.sect .text
|
||||
|
||||
.csa4:
|
||||
.csa:
|
||||
! jump table address in a0
|
||||
! index in d0
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.define .csb4
|
||||
.define .csb
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
|
@ -8,6 +9,7 @@ ECASE=20
|
|||
.sect .text
|
||||
|
||||
.csb4:
|
||||
.csb:
|
||||
! case descriptor in a0
|
||||
! index in d0
|
||||
|
||||
|
|
Loading…
Reference in a new issue