Re: x86 VM

new topic     » goto parent     » topic index » view thread      » older message » newer message

Then would you mind explaining why NASM generates code for a relative jump(
near)?

Here's some assembly code:

Jmp lbl
Jmp short lbl
lbl:

And here's NDISASM's output:

[WINDOWS] C:\EUPHORIA>ndisasm test
00000000  E90200            jmp 0x5
00000003  EB00              jmp short 0x5

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu