.fat --> .fatal
This commit is contained in:
parent
dc44540ee8
commit
ecc1b3b971
5 changed files with 6 additions and 6 deletions
|
@ -27,6 +27,6 @@
|
||||||
rts ! not a real rts
|
rts ! not a real rts
|
||||||
2:
|
2:
|
||||||
move.w #ECASE,-(sp)
|
move.w #ECASE,-(sp)
|
||||||
jmp .fat
|
jmp .fatal
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
move.l a1,d1 ! default jump address
|
move.l a1,d1 ! default jump address
|
||||||
bne 4f
|
bne 4f
|
||||||
move.l #ECASE,-(sp)
|
move.l #ECASE,-(sp)
|
||||||
jmp .fat
|
jmp .fatal
|
||||||
3:
|
3:
|
||||||
move.l (a0)+,a1 ! get jump address
|
move.l (a0)+,a1 ! get jump address
|
||||||
4:
|
4:
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.define .fat
|
.define .fatal
|
||||||
.sect .text
|
.sect .text
|
||||||
.sect .rom
|
.sect .rom
|
||||||
.sect .data
|
.sect .data
|
||||||
.sect .bss
|
.sect .bss
|
||||||
|
|
||||||
.sect .text
|
.sect .text
|
||||||
.fat:
|
.fatal:
|
||||||
jsr .trp
|
jsr .trp
|
||||||
jmp EXIT
|
jmp EXIT
|
||||||
.align 2
|
.align 2
|
||||||
|
|
|
@ -25,5 +25,5 @@
|
||||||
jmp(a0)
|
jmp(a0)
|
||||||
4:
|
4:
|
||||||
move.w #EILLINS,-(sp)
|
move.w #EILLINS,-(sp)
|
||||||
jmp .fat
|
jmp .fatal
|
||||||
.align 2
|
.align 2
|
||||||
|
|
|
@ -26,5 +26,5 @@
|
||||||
rts
|
rts
|
||||||
4:
|
4:
|
||||||
move.w #EILLINS,-(sp)
|
move.w #EILLINS,-(sp)
|
||||||
jmp .fat
|
jmp .fatal
|
||||||
.align 2
|
.align 2
|
||||||
|
|
Loading…
Reference in a new issue