source:
trunk/minix/lib/i386/em/em_dvu.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 327 bytes |
Line | |
---|---|
1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .define .dvu |
3 | |
4 | ! #bytes in eax |
5 | .sect .text |
6 | .dvu: |
7 | pop ebx ! return address |
8 | cmp eax,4 |
9 | jne 1f |
10 | pop eax |
11 | xor edx,edx |
12 | pop ecx |
13 | div ecx |
14 | push eax |
15 | jmp ebx |
16 | 1: |
17 | .extern EODDZ |
18 | .extern .trp |
19 | mov eax,EODDZ |
20 | push ebx |
21 | jmp .trp |
Note:
See TracBrowser
for help on using the repository browser.