taskswitch - how
Posted: Sat Nov 10, 2001 3:12 am
Hi.
I try to switch between tasks. I tried f.e. this:
jmp ax:0
(ax is loaded with a tss-selector)
but nasm says no. It will only work with immediate values f.e.:
jmp 8:0
How can i solve this problem?
I try to switch between tasks. I tried f.e. this:
jmp ax:0
(ax is loaded with a tss-selector)
but nasm says no. It will only work with immediate values f.e.:
jmp 8:0
How can i solve this problem?