1987-01-08 10:13:48 +00:00
|
|
|
.sect .text; .sect .rom; .sect .data; .sect .bss
|
|
|
|
.sect .text
|
1985-02-07 15:33:13 +00:00
|
|
|
.define .ngi
|
|
|
|
|
|
|
|
! #bytes in ax
|
|
|
|
.ngi:
|
|
|
|
pop bx ! return address
|
|
|
|
cmp ax,2
|
|
|
|
jne 1f
|
|
|
|
pop cx
|
|
|
|
neg cx
|
|
|
|
push cx
|
|
|
|
jmp bx
|
|
|
|
1:
|
|
|
|
cmp ax,4
|
|
|
|
jne 9f
|
|
|
|
pop dx
|
|
|
|
pop ax
|
|
|
|
neg ax
|
|
|
|
neg dx
|
|
|
|
sbb ax,0
|
|
|
|
push dx
|
|
|
|
push ax
|
|
|
|
jmp bx
|
|
|
|
9:
|
1987-01-08 10:13:48 +00:00
|
|
|
.extern EODDZ
|
|
|
|
.extern .trp
|
1985-02-07 15:33:13 +00:00
|
|
|
mov ax,EODDZ
|
|
|
|
push ax
|
|
|
|
jmp .trp
|