source:
trunk/minix/lib/ack/float/ngf4.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 216 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .extern .ngf4 | |
3 | .sect .text | |
4 | .ngf4: | |
5 | push ebp | |
6 | mov ebp,esp | |
7 | push esi | |
8 | cmp 8(ebp),0 | |
9 | je I1_1 | |
10 | lea esi,11(ebp) | |
11 | movzxb edx,(esi) | |
12 | xor edx,128 | |
13 | movb (esi),dl | |
14 | I1_1: | |
15 | pop esi | |
16 | leave | |
17 | ret |
Note:
See TracBrowser
for help on using the repository browser.