cancel
Showing results for 
Search instead for 
Did you mean: 

.tab

marco32
Associate II
Posted on March 12, 2004 at 08:54

.tab

5 REPLIES 5
marco32
Associate II
Posted on March 12, 2004 at 05:16

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?

sjo
Associate II
Posted on March 12, 2004 at 06:05

Have you got st7/ at the top of your asm file ?

Regards

sjo

marco32
Associate II
Posted on March 12, 2004 at 06:34

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 on
shreya
Associate II
Posted on March 12, 2004 at 08:16

Hope you don't have a space or tab before st7/ ?

marco32
Associate II
Posted on March 12, 2004 at 08:54

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