EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t2330: Pseudoinstruction PROC


Source & expected listing t2330.htm.lst
| | EUROASM LIST=ON,DUMP=ON,DUMPWIDTH=16,NOWARN=2101 | |t2330 PROGRAM FORMAT=BIN,MODEL=TINY,WIDTH=16,LISTMAP=OFF,LISTGLOBALS=OFF |[BIN] |[BIN] SEGMENT WIDTH=16, PURPOSE=CODE |0000:90 | NOP |0001:90909090~....AutoAlignment stuff. |0010: |First PROC ALIGN=OWORD |0010:C3 | RET |0011: | ENDPROC First |0011: |Outer PROC |0011:E8FCFF | CALL First |0014: |Inner PROC |0014:C3 | RET |0015: | ENDP Inner |0015: | ENDP Outer | | %DISPLAY Symbols |# D1400 **** %DISPLAY Symbols=* |# D1450 First,[BIN]:00000010h,type='A',size=0,scope='S',ref='Y',fix=Y,src="t2330.htm"{45} |# D1450 Inner,[BIN]:00000014h,type='A',size=0,scope='S',ref='N',fix=Y,src="t2330.htm"{50} |# D1450 Outer,[BIN]:00000011h,type='A',size=0,scope='S',ref='N',fix=Y,src="t2330.htm"{48} |# D1790 **** End of %DISPLAY | | ENDPROGRAM t2330
Expected messages t2330.out
I0180 Assembling source file "t2330.htm". I0270 Assembling source "t2330". I0310 Assembling source pass 1. D1400 **** %DISPLAY Symbols=* "t2330.htm"{54} D1790 **** End of %DISPLAY "t2330.htm"{54} I0330 Assembling source pass 2 - final. I0470 Assembling program "t2330". "t2330.htm"{41} I0510 Assembling program pass 1. "t2330.htm"{41} D1400 **** %DISPLAY Symbols=* "t2330.htm"{54} D1450 First,[BIN]:00000010h,type='A',size=0,scope='S',ref='Y',fix=N,src="t2330.htm"{45} "t2330.htm"{54} D1450 Inner,[BIN]:00000014h,type='A',size=0,scope='S',ref='N',fix=N,src="t2330.htm"{50} "t2330.htm"{54} D1450 Outer,[BIN]:00000011h,type='A',size=0,scope='S',ref='N',fix=N,src="t2330.htm"{48} "t2330.htm"{54} D1790 **** End of %DISPLAY "t2330.htm"{54} I0510 Assembling program pass 2. "t2330.htm"{41} D1400 **** %DISPLAY Symbols=* "t2330.htm"{54} D1450 First,[BIN]:00000010h,type='A',size=0,scope='S',ref='Y',fix=Y,src="t2330.htm"{45} "t2330.htm"{54} D1450 Inner,[BIN]:00000014h,type='A',size=0,scope='S',ref='N',fix=Y,src="t2330.htm"{50} "t2330.htm"{54} D1450 Outer,[BIN]:00000011h,type='A',size=0,scope='S',ref='N',fix=Y,src="t2330.htm"{48} "t2330.htm"{54} D1790 **** End of %DISPLAY "t2330.htm"{54} I0530 Assembling program pass 3 - final. "t2330.htm"{41} D1400 **** %DISPLAY Symbols=* "t2330.htm"{54} D1450 First,[BIN]:00000010h,type='A',size=0,scope='S',ref='Y',fix=Y,src="t2330.htm"{45} "t2330.htm"{54} D1450 Inner,[BIN]:00000014h,type='A',size=0,scope='S',ref='N',fix=Y,src="t2330.htm"{50} "t2330.htm"{54} D1450 Outer,[BIN]:00000011h,type='A',size=0,scope='S',ref='N',fix=Y,src="t2330.htm"{48} "t2330.htm"{54} D1790 **** End of %DISPLAY "t2330.htm"{54} I0660 16bit TINY BIN file "t2330.bin" created, size=21. "t2330.htm"{60} I0650 Program "t2330" assembled in 3 passes with errorlevel 1. "t2330.htm"{60} I0750 Source "t2330" (96 lines) assembled in 2 passes with errorlevel 1. I0860 Listing file "t2330.htm.lst" created, size=997. I0990 EuroAssembler terminated with errorlevel 1.

▲Back to the top▲