Test t2570:
Pseudoinstruction %COMMENT%
- Source & expected listing
t2570.htm.lst
-
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=16
| |t2570 PROGRAM FORMAT=BIN, LISTMAP=OFF, LISTGLOBALS=OFF, IMAGEBASE=0
|[BIN] |[BIN] SEGMENT WIDTH=16,PURPOSE=DATA
|0000:EE | DB 0xEE ; Emitted data.
| | %COMMENT
| | DB 0xCC ; Commented-out data (not emitted).
| | %ENDCOMMENT
|0001:EE | DB 0xEE ; Emitted data.
| | %COMMENT
| | DB 0xCC ; Commented-out data (not emitted).
| | %COMMENT
| | DB 0xDD ; Double-commented-out data (not emitted).
| | %ENDCOMMENT
| | DB 0xCC ; Commented-out data (not emitted).
| | %ENDCOMMENT
|0002:EE | DB 0xEE ; Emitted data.
| | ENDPROGRAM t2570
- Expected messages
t2570.out
I0180 Assembling source file "t2570.htm".
I0270 Assembling source "t2570".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t2570". "t2570.htm"{42}
I0510 Assembling program pass 1. "t2570.htm"{42}
I0530 Assembling program pass 2 - final. "t2570.htm"{42}
I0660 16bit TINY BIN file "t2570.bin" created, size=3. "t2570.htm"{57}
I0650 Program "t2570" assembled in 2 passes with errorlevel 0. "t2570.htm"{57}
I0750 Source "t2570" (80 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t2570.htm.lst" created, size=871.
I0990 EuroAssembler terminated with errorlevel 0.
- Expected output file
t2570.
bin
0000: EE EE EE ¤¤¤
▲Back to the top▲