EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t2861: Pseudoinstruction %SETS


Tested procedures
PseudopcSETS  
Source & expected listing t2861.htm.lst
| | EUROASM LIST=ON,DUMP=ON,DUMPALL=YES,DUMPWIDTH=24, \ | | AUTOALIGN=OFF,LISTVAR=OFF | |t2861 PROGRAM FORMAT=BIN,LISTMAP=OFF,LISTGLOBALS=OFF |4142 | %Var1 %SET AB ; Assigned 2 characters. |32 | %Size1 %SETS %Var1 ; Expected 2. |22434422 | %Var2 %SET "CD" ; Assigned 1+2+1 characters. |34 | %Size2 %SETS %Var2 ; Expected 4. |45462C47482C494A4B | %Var3 %SET EF, GH, \ ; Assigned 2+1+2+1+3 characters. | | IJK |39 | %Size3 %SETS %Var3 ; Expected 9. |31312C372C2D38 | %Var4 %SETA 5+6,7,-8 ; Assigned 2+1+1+1+2 characters. |37 | %Size4 %SETS %Var4 ; Expected 7. | |ENDPROGRAM t2861
Expected messages t2861.out
I0180 Assembling source file "t2861.htm". I0270 Assembling source "t2861". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t2861". "t2861.htm"{50} I0510 Assembling program pass 1. "t2861.htm"{50} I0530 Assembling program pass 2 - final. "t2861.htm"{50} I0660 16bit TINY BIN file "t2861.bin" created, size=0. "t2861.htm"{60} I0650 Program "t2861" assembled in 2 passes with errorlevel 0. "t2861.htm"{60} I0750 Source "t2861" (78 lines) assembled in 2 passes with errorlevel 0. I0860 Listing file "t2861.htm.lst" created, size=870. I0990 EuroAssembler terminated with errorlevel 0.

▲Back to the top▲