source: trunk/minix/lib/ack/i386/em/em_gto.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: 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.