flat assembler
Message board for the users of flat assembler.
Index
> Linux > GTK |
Author |
|
revolution 18 Apr 2008, 12:23
What is 'arg'? What is on line 64 of gNR.asm?
|
|||
18 Apr 2008, 12:23 |
|
AlexP 18 Apr 2008, 14:29
I believe with 'pushd arg', he's accidentally typed 'arg', am I right? the only other explanation would be that he was trying a 'push arg'.
|
|||
18 Apr 2008, 14:29 |
|
Grincheux 18 Apr 2008, 14:45
The analyzer is waiting for <Arg> but this function has no <Arg> !
|
|||
18 Apr 2008, 14:45 |
|
Grincheux 18 Apr 2008, 19:43
We have just to modify the MakeFile like this :
ASM = gcc CFLAGS = -Wall \ -s \ -O3 gNR: gNR.o $(ASM) $(CFLAGS) gNR.o -o gNR `pkg-config --libs gtk+-2.0 --cflags gnomeui` gNR.o: gNR.asm cdecl.inc gtk.inc fasm gNR.asm gNR.o clean: rm -f *.o gNR Now all symbols are known |
|||
18 Apr 2008, 19:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.