flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
decard 02 Sep 2005, 07:40
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 02 Sep 2005, 07:45
Thx to the big noob helper!
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.