flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3 |
Author |
|
Overclick
Hi guys, seems I fixed Streams
![]() I'll update it in minutes. Few words about Streams: it is most powerful macro feature I ever seen. Once used you never stop ![]()
|
||||||||||
![]() |
|
Overclick
To complete multisection theme I have to show how to use them without my macro at all:
Code: macro .data { ... YOUR DATA HERE ... } macro .code { ... YOUR CODE HERE ... } ... macro .data { .data ... SOME MORE DATA ... } macro .code { .code ... SOME MORE CODE ... } ... ;COMPLETE REAL SECTIONS: section '.data' data readable writeable .data section '.text' code readable executable entry $ .code |
|||
![]() |
|
Goto page Previous 1, 2, 3 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.