Test t2510:
Pseudoinstruction DS, DI
- Tested procedures
-
PseudoDS
PseudoDI
- Source & expected listing
t2510.htm.lst
-
| | EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=35,NOWARN=2101
| |t2510 PROGRAM FORMAT=BIN,WIDTH=16,LISTMAP=OFF,LISTGLOBALS=OFF
|[S1] |S1 STRUC
|0000:1A | .A: DB 0x1A
|0001:00 | .B: DB BYTE
|0002:1C | .C: DB 0x1C
|0003:90 | .D: DI "NOP"
|0004:0000 | .E: DW WORD
|0006: | ENDSTRUC S1
|[BIN] |[BIN]
|0000:1A001C9000001A001C900000 |D0: DS 2*S1
|000C:1A1E1FC300001A1E1FC30000 |D1: DS 2*S1, .B=0x1E, .C=0x1F, .D="RET"
|0018:1A001C90[0C00]1A001C90[0C00]|D2: DS 2*S1, .E=D1
|0024: |
| |ENDPROGRAM t2510
- Expected messages
t2510.out
I0180 Assembling source file "t2510.htm".
I0270 Assembling source "t2510".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t2510". "t2510.htm"{52}
I0510 Assembling program pass 1. "t2510.htm"{52}
I0510 Assembling program pass 2. "t2510.htm"{52}
I0530 Assembling program pass 3 - final. "t2510.htm"{52}
I0660 16bit TINY BIN file "t2510.bin" created, size=36. "t2510.htm"{65}
I0650 Program "t2510" assembled in 3 passes with errorlevel 0. "t2510.htm"{65}
I0750 Source "t2510" (84 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t2510.htm.lst" created, size=835.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲