EuroAssembler Index Manual Download Source Macros


Sitemap Links Forum Tests Projects

Test t2581: Pseudoinstruction %ERROR


Source & expected listing t2581.htm.lst
| | EUROASM DUMP=ON,DUMPWIDTH=16,LIST=ON | |t2581 PROGRAM FORMAT=BIN,LISTMAP=OFF,LISTGLOBALS=OFF | | %ERROR This is error message #1. |### U5000 This is error message #1. | | %ERROR "This is error message #2." |### U5000 "This is error message #2." | | %ERROR id=3,This is error message #3. |### U5003 This is error message #3. | | %ERROR ID=4,"This is error message #4." |### U5004 "This is error message #4." | | %ERROR This is error message #5.,Id=5005 |### U5005 This is error message #5. | | %ERROR This is error message, it has number 6.,Id=5006 |### U5006 This is error message,it has number 6. | | %ERROR "This is error message, it has number 7.",Id=5007 |### U5007 "This is error message, it has number 7." | | %ERROR "This is message part 1 ", \ | | "part 2 ", and part3., Id=5008 |### U5008 "This is message part 1 ","part 2 ",and part3. | | ENDPROGRAM t2581
Expected messages t2581.out
I0180 Assembling source file "t2581.htm". I0270 Assembling source "t2581". I0310 Assembling source pass 1. I0330 Assembling source pass 2 - final. I0470 Assembling program "t2581". "t2581.htm"{42} I0510 Assembling program pass 1. "t2581.htm"{42} U5000 This is error message #1. "t2581.htm"{43} U5000 "This is error message #2." "t2581.htm"{45} U5003 This is error message #3. "t2581.htm"{47} U5004 "This is error message #4." "t2581.htm"{49} U5005 This is error message #5. "t2581.htm"{51} U5006 This is error message,it has number 6. "t2581.htm"{53} U5007 "This is error message, it has number 7." "t2581.htm"{55} U5008 "This is message part 1 ","part 2 ",and part3. "t2581.htm"{57} I0530 Assembling program pass 2 - final. "t2581.htm"{42} U5000 This is error message #1. "t2581.htm"{43} U5000 "This is error message #2." "t2581.htm"{45} U5003 This is error message #3. "t2581.htm"{47} U5004 "This is error message #4." "t2581.htm"{49} U5005 This is error message #5. "t2581.htm"{51} U5006 This is error message,it has number 6. "t2581.htm"{53} U5007 "This is error message, it has number 7." "t2581.htm"{55} U5008 "This is message part 1 ","part 2 ",and part3. "t2581.htm"{57} I0660 16bit TINY BIN file "t2581.bin" created, size=0. "t2581.htm"{60} I0650 Program "t2581" assembled in 2 passes with errorlevel 5. "t2581.htm"{60} I0750 Source "t2581" (94 lines) assembled in 2 passes with errorlevel 5. I0860 Listing file "t2581.htm.lst" created, size=1117. I0990 EuroAssembler terminated with errorlevel 5.

▲Back to the top▲