source:
trunk/minix/lib/i386/em/em_gto.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 136 bytes |
Line | |
---|---|
1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .sect .text |
3 | .define .gto |
4 | |
5 | .gto: |
6 | mov ebp,8(ebx) |
7 | mov esp,4(ebx) |
8 | jmp (ebx) |
Note:
See TracBrowser
for help on using the repository browser.