t2810.asm
EUROASM LIST=ON,DUMP=ON,DUMPALL=YES,DUMPWIDTH=24, \ AUTOALIGN=OFF,LISTVAR=ON t2810 PROGRAM FORMAT=BIN,LISTMAP=OFF,LISTGLOBALS=OFF %Var0 %SET %Var1 %SET AB %Var2 %SET CD,EF %Var3 %SET %Var2, GH,, %Var4 %SET DB "I" %Var5 %SET DB "01", \ "23" , \ "45" DB "%Var0" DB "%Var1" DB "%Var2" DB "%Var3" %Var4 %Var5 ENDPROGRAM t2810
t2810.asm.lst
t2810.out
I0180 Assembling source file "t2810.asm".
I0270 Assembling source "t2810".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t2810". "t2810.asm"{3}
I0510 Assembling program pass 1. "t2810.asm"{3}
I0530 Assembling program pass 2 - final. "t2810.asm"{3}
I0660 16bit TINY BIN file "t2810.bin" created, size=22. "t2810.asm"{18}
I0650 Program "t2810" assembled in 2 passes with errorlevel 0. "t2810.asm"{18}
I0750 Source "t2810" (18 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t2810.asm.lst" created, size=1186.
I0990 EuroAssembler terminated with errorlevel 0.
t2810. bin
0000: 41 42 43 44 2C 45 46 43 44 2C 45 46 2C 47 48 49 ABCD,EFCD,EF,GHI 0010: 30 31 32 33 34 35 012345