flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
LocoDelAssembly
Yes
![]() Example: Code: include 'win32ax.inc' include 'macro/masm.inc' struct Point x dd ? y dd ? ends struct Square Point side dd ? ends struct Circle Point radius dd ? ends start: assume eax:Point assume eax:Square assume eax:Circle ; Fails here with "Invalid Name" .end start |
|||
![]() |
|
slacker116
is there any way to 'delete' the last assume? or anything of the like?
|
|||
![]() |
|
LocoDelAssembly
assume reg:none but that doesn't fix this problem. The problem seems to be that the second run destroys more than it should so the third time when it tries to destroy again something to do that is missing.
|
|||
![]() |
|
revolution
See here
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.