flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
decard
That's because you're trying to write to your code section, which doesn't have "writeable" flag. If you want to keep both code and data in one section, then replace ".code" (3rd line) with:
Code: section '.code' code data readable writeable And, btw, there's missing 0 after name db "test". regards |
|||
![]() |
|
Richter
Thx to the big noob helper!
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.