ack/mach/i86/libem/dvu.s

40 lines
528 B
ArmAsm
Raw Normal View History

1987-01-08 10:13:48 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
1985-02-07 15:33:13 +00:00
.define .dvu
! #bytes in ax
1987-01-08 10:13:48 +00:00
.sect .text
1985-02-07 15:33:13 +00:00
.dvu:
pop bx ! return address
cmp ax,2
jne 1f
pop ax
xor dx,dx
pop cx
div cx
push ax
jmp bx
1:
cmp ax,4
jne 9f
pop ax
pop dx
pop si
pop di
push bx
push di
push si
push dx
push ax
1987-01-08 10:13:48 +00:00
.extern .dvu4
1985-02-07 15:33:13 +00:00
call .dvu4
pop bx
push dx
1985-02-07 15:33:13 +00:00
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
1988-07-13 14:29:32 +00:00
push bx
1985-02-07 15:33:13 +00:00
jmp .trp