flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > assume macro weirdness |
Author |
|
LocoDelAssembly 01 Feb 2008, 14:53
Yes and it doesn't matter if the structs are the same or not
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 |
|||
01 Feb 2008, 14:53 |
|
slacker116 01 Feb 2008, 15:45
is there any way to 'delete' the last assume? or anything of the like?
|
|||
01 Feb 2008, 15:45 |
|
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.
|
|||
01 Feb 2008, 15:51 |
|
revolution 06 Mar 2008, 15:43
See here
|
|||
06 Mar 2008, 15:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.