keep the names .csa and .csb for backwards compatibility

This commit is contained in:
ceriel 1990-09-03 10:25:57 +00:00
parent dbf9a060c2
commit b2ca3783c4
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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