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