EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t1690: Attributes of files


Tested procedures
ExpEval  
Included file 1 t1690.i.asm
This file is 29 bytes long.
Source & expected listing t1690.htm.lst
| |EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=16 | |t1690 PROGRAM FORMAT=BIN,MODEL=TINY,WIDTH=16,LISTMAP=OFF,LISTGLOBALS=OFF |[BIN] |[BIN] |0000:1D00 |DW FILESIZE# "t1690.i.asm" ; Expected filesize is 29=0x001D bytes. |0002:FFFF |DW FILETIME# "t1690.i.asm" > FILETIME# "t1690.bin" ; Expected value is true=-1. |0004: | ; When a filename is subject of attribute operator, it must be in double quotes, |0004: | ; otherwise it is treated like a symbol. |0004: |DW FILESIZE# t1690.i.asm ; E6601 expected. |### E6601 Symbol "t1690.i.asm" mentioned at "t1690.htm"{58} was not found. |0004: | ; Filename in apostrophes is treated like a string rather than a file. |0004:0000 |DW FILESIZE# 't1690.i.asm' ; 0 expected. | |ENDPROGRAM t1690
Expected messages t1690.out
I0180 Assembling source file "t1690.htm". I0270 Assembling source "t1690". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t1690". "t1690.htm"{52} I0510 Assembling program pass 1. "t1690.htm"{52} I0510 Assembling program pass 2. "t1690.htm"{52} I0530 Assembling program pass 3 - final. "t1690.htm"{52} E6601 Symbol "t1690.i.asm" mentioned at "t1690.htm"{58} was not found. "t1690.htm"{58} I0660 16bit TINY BIN file "t1690.bin" created, size=6. "t1690.htm"{62} I0650 Program "t1690" assembled in 3 passes with errorlevel 6. "t1690.htm"{62} I0750 Source "t1690" (82 lines) assembled in 2 passes with errorlevel 6. I0860 Listing file "t1690.htm.lst" created, size=826. I0990 EuroAssembler terminated with errorlevel 6.

▲Back to the top▲