Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: stdinWithAsm.asm1 0000 ; this source will be assembled twice, once coming from STDIN, second time as regular file2 0000 ; and each time it will also include itself as include file (so 6x times assembled)3 00004 0000 IFNDEF __ALREADY_INITIALIZED__5 0000 DEFINE __ALREADY_INITIALIZED__6 0000 OUTPUT "stdinWithAsm.bin"7 0000 x = 08 0000 ENDIF9 000010 0000 IFNDEF __INCLUDED__11 0000 DEFINE __INCLUDED__12 0000 INCLUDE "stdinWithAsm.asm"# file opened: stdinWithAsm.asm1+ 0000 ; this source will be assembled twice, once coming from STDIN, second time as regular file2+ 0000 ; and each time it will also include itself as include file (so 6x times assembled)3+ 00004+ 0000 IFNDEF __ALREADY_INITIALIZED__5+ 0000 ~ DEFINE __ALREADY_INITIALIZED__6+ 0000 ~ OUTPUT "stdinWithAsm.bin"7+ 0000 ~ x = 08+ 0000 ENDIF9+ 000010+ 0000 IFNDEF __INCLUDED__11+ 0000 ~ DEFINE __INCLUDED__12+ 0000 ~ INCLUDE "stdinWithAsm.asm"13+ 0000 ~ UNDEFINE __INCLUDED__14+ 0000 ENDIF15+ 000016+ 0000 x = x+117+ 000018+ 0000 01 DB x19+ 0001# file closed: stdinWithAsm.asm13 0001 UNDEFINE __INCLUDED__14 0001 ENDIF15 000116 0001 x = x+117 000118 0001 02 DB x19 0002# file closed: stdinWithAsm.asm# file opened: <stdin>1 0002 ; this source will be assembled twice, once coming from STDIN, second time as regular file2 0002 ; and each time it will also include itself as include file (so 6x times assembled)3 00024 0002 IFNDEF __ALREADY_INITIALIZED__5 0002 ~ DEFINE __ALREADY_INITIALIZED__6 0002 ~ OUTPUT "stdinWithAsm.bin"7 0002 ~ x = 08 0002 ENDIF9 000210 0002 IFNDEF __INCLUDED__11 0002 DEFINE __INCLUDED__12 0002 INCLUDE "stdinWithAsm.asm"# file opened: stdinWithAsm.asm1+ 0002 ; this source will be assembled twice, once coming from STDIN, second time as regular file2+ 0002 ; and each time it will also include itself as include file (so 6x times assembled)3+ 00024+ 0002 IFNDEF __ALREADY_INITIALIZED__5+ 0002 ~ DEFINE __ALREADY_INITIALIZED__6+ 0002 ~ OUTPUT "stdinWithAsm.bin"7+ 0002 ~ x = 08+ 0002 ENDIF9+ 000210+ 0002 IFNDEF __INCLUDED__11+ 0002 ~ DEFINE __INCLUDED__12+ 0002 ~ INCLUDE "stdinWithAsm.asm"13+ 0002 ~ UNDEFINE __INCLUDED__14+ 0002 ENDIF15+ 000216+ 0002 x = x+117+ 000218+ 0002 03 DB x19+ 0003# file closed: stdinWithAsm.asm13 0003 UNDEFINE __INCLUDED__14 0003 ENDIF15 000316 0003 x = x+117 000318 0003 04 DB x19 0004# file closed: <stdin># file opened: stdinWithAsm.asm1 0004 ; this source will be assembled twice, once coming from STDIN, second time as regular file2 0004 ; and each time it will also include itself as include file (so 6x times assembled)3 00044 0004 IFNDEF __ALREADY_INITIALIZED__5 0004 ~ DEFINE __ALREADY_INITIALIZED__6 0004 ~ OUTPUT "stdinWithAsm.bin"7 0004 ~ x = 08 0004 ENDIF9 000410 0004 IFNDEF __INCLUDED__11 0004 DEFINE __INCLUDED__12 0004 INCLUDE "stdinWithAsm.asm"# file opened: stdinWithAsm.asm1+ 0004 ; this source will be assembled twice, once coming from STDIN, second time as regular file2+ 0004 ; and each time it will also include itself as include file (so 6x times assembled)3+ 00044+ 0004 IFNDEF __ALREADY_INITIALIZED__5+ 0004 ~ DEFINE __ALREADY_INITIALIZED__6+ 0004 ~ OUTPUT "stdinWithAsm.bin"7+ 0004 ~ x = 08+ 0004 ENDIF9+ 000410+ 0004 IFNDEF __INCLUDED__11+ 0004 ~ DEFINE __INCLUDED__12+ 0004 ~ INCLUDE "stdinWithAsm.asm"13+ 0004 ~ UNDEFINE __INCLUDED__14+ 0004 ENDIF15+ 000416+ 0004 x = x+117+ 000418+ 0004 05 DB x19+ 0005# file closed: stdinWithAsm.asm13 0005 UNDEFINE __INCLUDED__14 0005 ENDIF15 000516 0005 x = x+117 000518 0005 06 DB x19 0006# file closed: stdinWithAsm.asmValue Label------ - -----------------------------------------------------------0x0006 x