Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: dir_reversepop.asm1 0000 OUTPUT "dir_reversepop.bin"2 0000 00 nop3 0001 E5 C5 push hl, bc ; should compile as `push hl` `push bc`4 0003 C1 E1 pop hl, bc ; should compile as `pop bc` `pop hl` with --reversepop option5 0005# file closed: dir_reversepop.asmValue Label------ - -----------------------------------------------------------