Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: po_opt.asm1 0000 C1 E1 POP bc, hl ; pops BC first2 0002 OPT push reset --reversepop --syntax=af3 0002 E1 C1 POP bc,,hl ; pops HL firstpo_opt.asm(4): warning[fake]: Fake instruction: LD bc,hl4 0004 44 4D LD bc,hl ; warning about Fake instruction5 0006 44 4D LD bc,hl ; warning supressed by lowercase "fake" in this comment (special keyword)6 0008 44 4D LD bc,hl ; warning supressed by warning id: fake-ok7 000A OPT reset --syntax=a8 000A C1 E1 POP bc,,hl ; pop BC first (--reversepop was reset)9 000C OPT pop ; restoring syntax to original state10 000C# file closed: po_opt.asmValue Label------ - -----------------------------------------------------------