source: trunk/minix/lib/i86/em/em_ret6.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: 109 bytes
Line 
1.define .ret6
2.text
3.extern .retarea
4
5.ret6:
6 pop bx
7 pop .retarea
8 pop .retarea+2
9 pop .retarea+4
10 jmp (bx)
Note: See TracBrowser for help on using the repository browser.