Now using 4-byte integers and clearing D1 for double size
instruction pointers.
This commit is contained in:
parent
a8c5699241
commit
ccdb8693ee
|
@ -2,11 +2,10 @@
|
||||||
.extern _signal
|
.extern _signal
|
||||||
NSIG=32
|
NSIG=32
|
||||||
_signal:
|
_signal:
|
||||||
move.w 4(sp), d0
|
move.l 4(sp), d0
|
||||||
ext.l d0
|
|
||||||
cmp.l #NSIG,d0
|
cmp.l #NSIG,d0
|
||||||
bcc 1f
|
bcc 1f
|
||||||
move.l 6(sp),d1
|
move.l 8(sp),d1
|
||||||
move.l d0,a0
|
move.l d0,a0
|
||||||
add.l a0,a0
|
add.l a0,a0
|
||||||
add.l a0,a0
|
add.l a0,a0
|
||||||
|
@ -29,6 +28,7 @@ _signal:
|
||||||
bne 4f
|
bne 4f
|
||||||
move.l a1,d0
|
move.l a1,d0
|
||||||
4:
|
4:
|
||||||
|
clr.l d1
|
||||||
rts
|
rts
|
||||||
1:
|
1:
|
||||||
move.l #22,d0
|
move.l #22,d0
|
||||||
|
|
Loading…
Reference in a new issue