.fat --> .fatal
This commit is contained in:
parent
dc44540ee8
commit
ecc1b3b971
@ -27,6 +27,6 @@
|
||||
rts ! not a real rts
|
||||
2:
|
||||
move.w #ECASE,-(sp)
|
||||
jmp .fat
|
||||
jmp .fatal
|
||||
|
||||
.align 2
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -25,5 +25,5 @@
|
||||
jmp(a0)
|
||||
4:
|
||||
move.w #EILLINS,-(sp)
|
||||
jmp .fat
|
||||
jmp .fatal
|
||||
.align 2
|
||||
|
||||
@ -26,5 +26,5 @@
|
||||
rts
|
||||
4:
|
||||
move.w #EILLINS,-(sp)
|
||||
jmp .fat
|
||||
jmp .fatal
|
||||
.align 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user