Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: dir_size.asm1 0000 ;; test of default output file name in normal input file mode2 00003 0000 ; enable output into default output file ("dir_output_default_name.out")4 0000 SIZE 8 ; should be preserved across first OUTPUT directive5 0000 OUTPUT "dir_size.bin"6 0000 54 62 69 6E DB 'Tbin'7 00048 0004 ; should do 2x error, modifying already set old SIZEdir_size.asm(9): error: [SIZE] Different size than previous: 89 0004 SIZE 16dir_size.asm(10): error: [SIZE] Different size than previous: 810 0004 SIZE -111 000412 0004 OUTEND ; should PAD the file up to 8B13 000414 0004 SIZE -1 ; shouldn't do anything, as OUTEND was supposed to reset SIZE and -1 == -115 000416 0004 OUTPUT "dir_size.tap"17 0004 54 74 61 70 DB 'Ttap'18 000819 0008 SIZE 16 ; make the TAP file 16B20 000821 0008 ; try to end + close OUTPUT by specifying new one22 0008 OUTPUT "justToEndTap.bin"23 0008dir_size.asm(24): error: [SIZE] Syntax error in <filesize>: SIZE &24 0008 SIZE & ; parsing error25 0008# file closed: dir_size.asmValue Label------ - -----------------------------------------------------------