Test t2866:
Pseudoinstruction %SETL
- Tested procedures
-
PseudopcSETL
- Source & expected listing
t2866.htm.lst
-
| | EUROASM LIST=ON,DUMP=ON,DUMPALL=YES,DUMPWIDTH=24, \
| | AUTOALIGN=OFF,LISTVAR=OFF
| |t2866 PROGRAM FORMAT=BIN,LISTMAP=OFF,LISTGLOBALS=OFF
| | %Var0 %SET ; Assigned nothing.
|30 | %Len0 %SETL %Var0 ; Expected 0.
|4142 | %Var1 %SET AB ; Assigned 1 operand.
|31 | %Len1 %SETL %Var1 ; Expected 1.
|2243442C454622 | %Var2 %SET "CD,EF" ; Assigned 1 operand.
|31 | %Len2 %SETL %Var2 ; Expected 1.
|47482C494A2C4B4C4D | %Var3 %SET GH, IJ, \ ; Assigned 3 operands.
| | KLM
|33 | %Len3 %SETL %Var3 ; Expected 3.
|312C2C332C34 | %Var4 %SET 1,,3,4,,, ; Assigned 4 operands followed with empty ones.
|34 | %Len4 %SETL %Var4 ; Expected 4.
| |ENDPROGRAM t2866
- Expected messages
t2866.out
I0180 Assembling source file "t2866.htm".
I0270 Assembling source "t2866".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t2866". "t2866.htm"{50}
I0510 Assembling program pass 1. "t2866.htm"{50}
I0530 Assembling program pass 2 - final. "t2866.htm"{50}
I0660 16bit TINY BIN file "t2866.bin" created, size=0. "t2866.htm"{62}
I0650 Program "t2866" assembled in 2 passes with errorlevel 0. "t2866.htm"{62}
I0750 Source "t2866" (80 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t2866.htm.lst" created, size=995.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲