changed names of csa and csb to csa4 and csb4

This commit is contained in:
eck 1990-07-25 11:46:27 +00:00
parent 2807862aba
commit c615803fa6
2 changed files with 4 additions and 4 deletions

View file

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

View file

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