source:
trunk/minix/lib/ack/float/zrf8.s@
17
| Last change on this file since 17 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 179 bytes | |
| Line | |
|---|---|
| 1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
| 2 | .extern .zrf8 |
| 3 | .sect .text |
| 4 | .zrf8: |
| 5 | push ebp |
| 6 | mov ebp,esp |
| 7 | mov eax,8(ebp) |
| 8 | mov (eax),0 |
| 9 | ! kill eax |
| 10 | mov edx,8(ebp) |
| 11 | mov 4(edx),0 |
| 12 | leave |
| 13 | ret |
Note:
See TracBrowser
for help on using the repository browser.