Having no luck with data NASM -
section .data map db 1 section .text start: cmp byte [map], 1 je exit jmp start exit: ret
i'm having no luck reading data. mean assemble binary dos com format , when start it freezes. can tell me i'm doing wrong?
dos com files expected loaded @ address 0x100. should include line org 0x100
@ start of code.
nasm
No comments:
Post a Comment