source:
trunk/minix/lib/i386/em/em_com.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 173 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .define .com | |
3 | ||
4 | ! #bytes in ecx | |
5 | .sect .text | |
6 | .com: | |
7 | mov ebx,esp | |
8 | add ebx,4 | |
9 | sar ecx,2 | |
10 | 1: | |
11 | not (ebx) | |
12 | add ebx,4 | |
13 | loop 1b | |
14 | ret |
Note:
See TracBrowser
for help on using the repository browser.