source:
trunk/minix/lib/i386/em/em_nop.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .sect .text |
3 | .define .nop |
4 | .extern printd, printc, hol0 |
5 | |
6 | .nop: |
7 | mov eax,(hol0) |
8 | call printd |
9 | movb al,'\n' |
10 | jmp printc |
Note:
See TracBrowser
for help on using the repository browser.