EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t1590: Attributes of files


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

▲Back to the top▲