2004-03-11 11:54 PM
2004-03-11 08:16 PM
I always use one *.asm file and include other *.asm files.
To do it on the 'right' way, i want to include it with *.inc files. I use the following commands to make *.inc files asm -li st72334.asm asm -li string.asm asm -li mt0080.asm and the assembler replies with: T:\MT0080\Versie04>asm -li string.asm Couldn't open Table file! : No such file or directory T:\MT0080\Versie04>asm -li mt0080.asm STMicroelectronics - Assembler - rel. 4.10 ***** No errors on assembly of 'T:\MT0080\Versie04\mt0080.asm' He tried to find a table file .tab? Must i create it or something? And why wil the assembly of the mt0080.asm going well?2004-03-11 09:05 PM
Have you got st7/ at the top of your asm file ?
Regards sjo2004-03-11 09:34 PM
All the files started with ST7/
Followed by: TITLE ''string.asm'' MOTOROLA ;Motorola formaat #include ''st72334.inc'' ;included st72334 registers WORDS T_naam DC.B '\n','\r',''MediTop Victory CPU'' T_versie DC.B '\n','\r',''Versie 03'','\n','\r',ETX and so on2004-03-11 11:16 PM
Hope you don't have a space or tab before st7/ ?
2004-03-11 11:54 PM
No,
I've attached the string.asm file. Strange. While copy the string file, i noticed that the file isn't good saved? Now it works ok? [ This message was edited by: Moppie on 12-03-2004 13:27 ] ________________ Attachments : String.asm : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I07J&d=%2Fa%2F0X0000000bTk%2FUbry_Rc3b0JBRra9YA3amZ1CDa9.w3q_.0wccWxEZ2M&asPdf=false