Test t2821:
Pseudoinstruction %SETA
- Tested procedures
-
PseudopcSETA
- Source & expected listing
t2821.htm.lst
-
| | EUROASM LIST=ON,DUMP=ON,DUMPALL=YES,DUMPWIDTH=24, \
| | AUTOALIGN=OFF,LISTVAR=ON
| |t2821 PROGRAM FORMAT=BIN,LISTMAP=OFF,LISTGLOBALS=OFF
|322B33 | %Var1 %SET 2+3
|35 | %Var2 %SETA 2+3
|2D31 | %Var3 %SETA 2-3
|3235 | %Var4 %SETA %Var2*5
| !%Var4 %SETA 5*5
|362C372C382C39 | %Var5 %SETA 6,7,7+1, 9
|[DATA] ::::Section changed.
|0000:05 | DB %Var1
| !DB 2+3
|0001:05 | DB %Var2
| !DB 5
|0002:FF | DB %Var3
| !DB -1
|0003:19 | DB %Var4
| !DB 25
|0004:06070809 | DB %Var5
| !DB 6,7,8,9
| | ENDPROGRAM t2821
- Expected messages
t2821.out
I0180 Assembling source file "t2821.htm".
I0270 Assembling source "t2821".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t2821". "t2821.htm"{50}
I0510 Assembling program pass 1. "t2821.htm"{50}
I0530 Assembling program pass 2 - final. "t2821.htm"{50}
I0660 16bit TINY BIN file "t2821.bin" created, size=8. "t2821.htm"{68}
I0650 Program "t2821" assembled in 2 passes with errorlevel 0. "t2821.htm"{68}
I0750 Source "t2821" (86 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t2821.htm.lst" created, size=915.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲