Tagged Questions

5
votes
2answers
90 views

Jumping to the data segment

I am testing an assembler I am writing which generates X86 instructions. I would like to do something like this to test whether the instructions work or not. #include<stdio.h> unsigned char ...