EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t2300: Pseudoinstruction PROGRAM


Source & expected listing t2300.htm.lst
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=16 | |t2300 PROGRAM FORMAT=BIN,MODEL=TINY,WIDTH=16,LISTMAP=OFF,LISTGLOBALS=OFF |[BIN] |[BIN] SEGMENT WIDTH=16, PURPOSE=DATA |0000:90 | NOP |0001:90 | NOP | | ENDPROGRAM t2300 | |.t2300 PROGRAM FORMAT=BIN,MODEL=TINY,WIDTH=16,LISTMAP=OFF,LISTGLOBALS=OFF |[BIN] |[BIN] SEGMENT WIDTH=16, PURPOSE=DATA |0000:90 | NOP | | ENDPROGRAM .t2300
Expected messages t2300.out
I0180 Assembling source file "t2300.htm". I0270 Assembling source "t2300". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t2300". "t2300.htm"{42} I0510 Assembling program pass 1. "t2300.htm"{42} I0530 Assembling program pass 2 - final. "t2300.htm"{42} I0660 16bit TINY BIN file "t2300.bin" created, size=2. "t2300.htm"{46} I0650 Program "t2300" assembled in 2 passes with errorlevel 0. "t2300.htm"{46} I0470 Assembling program "t2300.t2300". "t2300.htm"{47} I0510 Assembling program pass 1. "t2300.htm"{47} I0530 Assembling program pass 2 - final. "t2300.htm"{47} I0660 16bit TINY BIN file "t2300.t2300.bin" created, size=1. "t2300.htm"{50} I0650 Program "t2300.t2300" assembled in 2 passes with errorlevel 0. "t2300.htm"{50} I0750 Source "t2300" (78 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t2300.htm.lst" created, size=518. I0990 EuroAssembler terminated with errorlevel 0.
Expected output file t2300. bin
0000: 90 90                                            ¤¤

▲Back to the top▲