EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t1210: Block matching


Tested procedures
EaAssemble   PseudoENDPROC   CtxCreate   CtxDiscard   CtxGetEndTypename  
Source & expected listing t1210.htm.lst
| |EUROASM LIST=ON, DUMP=ON, DUMPWIDTH=32, NOWARN=2101 | |t1210 PROGRAM FORMAT=BIN,MODEL=TINY,WIDTH=16,LISTMAP=OFF,LISTGLOBALS=OFF |[BIN] |[BIN] SEGMENT WIDTH=16,PURPOSE=CODE |0000: |Procedure1 PROC |0000: | ENDPROC Procedure1 ; Matching procedure name. |0000: |Procedure2 PROC |0000: | ENDP Procedure2 ; ENDP is alias of ENDPROC. |0000: |Procedure3 PROC |0000: | ENDP ; Empty name will match anything. |0000: |Procedure4 PROC |0000: | ENDP Procedure5 ; Intentional block mismatch, expected E7110. |### E7110 Wrong nesting, expected "ENDPROC Procedure4". | | ENDPROGRAM t1210
Expected messages t1210.out
I0180 Assembling source file "t1210.htm". I0270 Assembling source "t1210". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t1210". "t1210.htm"{61} I0510 Assembling program pass 1. "t1210.htm"{61} E7110 Wrong nesting, expected "ENDPROC Procedure4". "t1210.htm"{70} I0510 Assembling program pass 2. "t1210.htm"{61} E7110 Wrong nesting, expected "ENDPROC Procedure4". "t1210.htm"{70} I0530 Assembling program pass 3 - final. "t1210.htm"{61} E7110 Wrong nesting, expected "ENDPROC Procedure4". "t1210.htm"{70} I0660 16bit TINY BIN file "t1210.bin" created, size=0. "t1210.htm"{72} I0650 Program "t1210" assembled in 3 passes with errorlevel 7. "t1210.htm"{72} I0750 Source "t1210" (94 lines) assembled in 2 passes with errorlevel 7. I0860 Listing file "t1210.htm.lst" created, size=937. I0990 EuroAssembler terminated with errorlevel 7.

▲Back to the top▲