source: trunk/minix/lib/i86/em/em_return.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: 157 bytes
Line 
1.define .sdret, .dsret, .sret, .dret, .cret
2.text
3
4.dsret:
5 pop di
6.sret:
7 pop si
8.cret:
9 mov sp,bp
10 pop bp
11 ret
12
13.sdret:
14 pop si
15.dret:
16 pop di
17 jmp .cret
Note: See TracBrowser for help on using the repository browser.