source: trunk/minix/lib/ack/float/ngf8.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 245 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.extern .ngf8
3.sect .text
4.ngf8:
5push ebp
6mov ebp,esp
7push esi
8cmp 8(ebp),0
9jne I1_3
10cmp 12(ebp),0
11je I1_1
12I1_3:
13lea esi,15(ebp)
14movzxb edx,(esi)
15xor edx,128
16movb (esi),dl
17I1_1:
18pop esi
19leave
20ret
Note: See TracBrowser for help on using the repository browser.