JMP
אקסטרים
JMP
aantn
02-10-2009, 10:44
I'm having some trouble understanding what's wrong with the following code:
mov cx, @main
@main:
jmp cx
I know I can just use jmp @main, but I'd like to know why the above code doesn't work. Thanks in advance.