Test t1348:
Automatic string definition
- Description
-
Width of defined characters is selected automatically by UNICODE= value.
- Tested procedures
-
ExpStoreUString
- Source & expected listing
t1348.htm.lst
-
| | EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=26, AUTOALIGN=ON
| |t1348 PROGRAM FORMAT=BIN, WIDTH=16, MODEL=TINY, LISTMAP=OFF, LISTGLOBALS=OFF
|[BIN] |[BIN]
| | EUROASM UNICODE=OFF
|0000:313233 | DB "123"
|0003:90 ....AutoAlignment stuff.
|0004:310032003300 | DU "123"
|000A:313233 | D "123"
|000D:31323300 | DB "123",0
|0011:90 ....AutoAlignment stuff.
|0012:3100320033000000 | DU "123",0
|001A:31323300 | D "123",0
| | EUROASM UNICODE=ON
|001E:313233 | DB "123"
|0021:90 ....AutoAlignment stuff.
|0022:310032003300 | DU "123"
|0028:310032003300 | D "123"
|002E:31323300 | DB "123",0
|0032:3100320033000000 | DU "123",0
|003A:3100320033000000 | D "123",0
| | ENDPROGRAM t1348
- Expected messages
t1348.out
I0180 Assembling source file "t1348.htm".
I0270 Assembling source "t1348".
I0310 Assembling source pass 1.
I0330 Assembling source pass 2 - final.
I0470 Assembling program "t1348". "t1348.htm"{52}
I0510 Assembling program pass 1. "t1348.htm"{52}
I0530 Assembling program pass 2 - final. "t1348.htm"{52}
I0660 16bit TINY BIN file "t1348.bin" created, size=66. "t1348.htm"{71}
I0650 Program "t1348" assembled in 2 passes with errorlevel 0. "t1348.htm"{71}
I0750 Source "t1348" (89 lines) assembled in 2 passes with errorlevel 0.
I0860 Listing file "t1348.htm.lst" created, size=1060.
I0990 EuroAssembler terminated with errorlevel 0.
▲Back to the top▲