x86 - Assembly: Jump from one section to another -


In the x86 assembly, how can I make an unconditional jump from one segment?

Example:

  .section .text main: ... jmp here ... .section. Here's the other: ...  

I think it's a lot far away. When I try to run it, I get a sygft. Because you have not specified whether the assembler type (nasm, gas, masm, or any other workaround) Tasm)

If you know that section is here , for example, if the .section section code is in section 0x8, You can also define the segment:

 jmp 0x8: here 

You can also define the segment and can also use it ... Then your profit is Angler Varies depending on Oga ..

Hope this helps, Best regards, Tom.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -