Blame | Last modification | View Log | Download
# file opened: out_invalid.asmout_invalid.asm(1): error: Illegal instruction: out (c),1 ; "illegal" error, only "0" is valid1 0000 out (c),1 ; "illegal" error, only "0" is validout_invalid.asm(2): warning[out0]: 'out (c),0' is unstable, on CMOS based chips it does `out (c),255`2 0000 ED 71 out (c),0 ; "warning" about `out (c),0` being unstable3 0002 ED 71 out (c),0 ; out0-ok ; suppressed warning4 0004out_invalid.asm(5): error: [ASSERT] Assertion failed: 0==15 0004 ASSERT 0==1 ; this assert should failout_invalid.asm(6): error: [ASSERT] Assertion failed: 0==16 0004 ASSERT 0==1 ; this assert should fail7 00048 0004 ; update these asserts when editing the file, to make it pass9 0004 ASSERT 1==110 0004 ASSERT 3==311 0004# file closed: out_invalid.asmValue Label------ - -----------------------------------------------------------