02-10-2009, 10:44
|
aantn
Joined on 02-02-2009
Posts 16
|
JMP
|
|
|
|
|
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.
|
|
|
|
|
Report
|
|
|
|