Re:POSIX & Win32 API
Posted: Fri Sep 12, 2003 3:53 pm
I figured out how. retf = rerturn far. Thus:
set_cs(0x08);
#asm_block_thing
set_cs:
retf
#end_asm_thing
that works perfectly It sets CS to ANY 16bit value
Regards,
mr. xsism
set_cs(0x08);
#asm_block_thing
set_cs:
retf
#end_asm_thing
that works perfectly It sets CS to ANY 16bit value
Regards,
mr. xsism