flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
LocoDelAssembly 01 Feb 2008, 14:53
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 01 Feb 2008, 15:45
is there any way to 'delete' the last assume? or anything of the like?
|
|||
![]() |
|
LocoDelAssembly 01 Feb 2008, 15:51
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 06 Mar 2008, 15:43
See here
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.