Radasm 2.2.1.9b
Don't think I changed anything but asmvars tries to scan my rc file first and yells at me.
never did that before 9b. Is there something I can change to make it scan my asm and inc file?
Don't think I changed anything but asmvars tries to scan my rc file first and yells at me.
==== Pass 1 of 4
Processing file: F:\Projects\IEZE\IEZE.Rc
==== Pass 2 of 4
Processing file: F:\Projects\IEZE\IEZE.Rc
==== Pass 3 of 4
Processing file: F:\Projects\IEZE\IEZE.Rc
==== Pass 4 of 4
Processing file: F:\Projects\IEZE\IEZE.Rc
Total lines: 33
------------------------------------------------------------------
UNREFERENCED PROCEDURES/LABELS
------------------------------------------------------------------
------------------------------------------------------------------
UNREFERENCED VARIABLES
------------------------------------------------------------------
Total un
never did that before 9b. Is there something I can change to make it scan my asm and inc file?
Hi Gunner
AsmVars needs the first file in the project to be the main asm file.
The only way to fix this is to manually edit your .rap file and make the asm file the first file.
1=MyMainAsmFile.Asm
KetilO
AsmVars needs the first file in the project to be the main asm file.
The only way to fix this is to manually edit your .rap file and make the asm file the first file.
1=MyMainAsmFile.Asm
KetilO
Works, thanks much!