.fat --> .fatal

This commit is contained in:
ceriel 1987-03-27 12:43:17 +00:00
parent dc44540ee8
commit ecc1b3b971
5 changed files with 6 additions and 6 deletions

View file

@ -27,6 +27,6 @@
rts ! not a real rts
2:
move.w #ECASE,-(sp)
jmp .fat
jmp .fatal
.align 2

View file

@ -21,7 +21,7 @@
move.l a1,d1 ! default jump address
bne 4f
move.l #ECASE,-(sp)
jmp .fat
jmp .fatal
3:
move.l (a0)+,a1 ! get jump address
4:

View file

@ -1,11 +1,11 @@
.define .fat
.define .fatal
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.fat:
.fatal:
jsr .trp
jmp EXIT
.align 2

View file

@ -25,5 +25,5 @@
jmp(a0)
4:
move.w #EILLINS,-(sp)
jmp .fat
jmp .fatal
.align 2

View file

@ -26,5 +26,5 @@
rts
4:
move.w #EILLINS,-(sp)
jmp .fat
jmp .fatal
.align 2