flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vid 03 Jun 2006, 21:58
how do you declare "coord"? (after that i can explain you why it can't ho this way)
![]() also altering output file name from source was already discussed. well... it was output file extension... |
|||
![]() |
|
white_wight 03 Jun 2006, 23:58
Quote: how do you declare "coord"? (after that i can explain you why it can't ho this way) ![]() Of course its: Code: coord COORD ![]() All i'm saying is that when utilizing standart win32 headers it treats this structure normally, just as any 32bit value (that is takes value of 32 bits at the address specified by label - here the name of a structure variable), without any concern about how this value is treated; and when using extended headers it sees not 32 bits at some address, instead, it sees no size at all, for it says that the size is not specified when: Code: invoke SetConsoleCursorPosition,[houtput],[coord] Quote: also altering output file name from source was already discussed. well... it was output file extension... ![]() |
|||
![]() |
|
vid 04 Jun 2006, 12:11
so then after preprocessing this becomes something like:
coord: .X dw ? .Y dw ? sizeof.coord = 4 so "coord" itslef is label without any size assigned. it is like C pointer to void, you have to say what size address you want to address. http://board.flatassembler.net/topic.php?t=1820 |
|||
![]() |
|
white_wight 04 Jun 2006, 14:20
Why, when i say
Code: [coord] (or [whatever]) Quote: http://board.flatassembler.net/topic.php?t=1820 All I was suggesting is something like Code: filename 'filename.extension' |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.