79197572

Date: 2024-11-17 16:02:52
Score: 1.5
Natty:
Report link

(For those who didn't understand the other answers) Yes, I faced the same issue today about call and jmp issue and it was all about a simple thing that i did wrong and it was by declaring .code before .data section due to which it was raising this issue (A2107 cannot have implicit far jump or call to near label) so make sure your segements are correctly placed.

First should be the .data then .code and so on

~ Happy Coding

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kaleem Akhtar