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 .csa4
|
||||||
|
.define .csa
|
||||||
.sect .text
|
.sect .text
|
||||||
.sect .rom
|
.sect .rom
|
||||||
.sect .data
|
.sect .data
|
||||||
|
@ -8,6 +9,7 @@ ECASE=20
|
||||||
.sect .text
|
.sect .text
|
||||||
|
|
||||||
.csa4:
|
.csa4:
|
||||||
|
.csa:
|
||||||
! jump table address in a0
|
! jump table address in a0
|
||||||
! index in d0
|
! index in d0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
.define .csb4
|
.define .csb4
|
||||||
|
.define .csb
|
||||||
.sect .text
|
.sect .text
|
||||||
.sect .rom
|
.sect .rom
|
||||||
.sect .data
|
.sect .data
|
||||||
|
@ -8,6 +9,7 @@ ECASE=20
|
||||||
.sect .text
|
.sect .text
|
||||||
|
|
||||||
.csb4:
|
.csb4:
|
||||||
|
.csb:
|
||||||
! case descriptor in a0
|
! case descriptor in a0
|
||||||
! index in d0
|
! index in d0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue