Rev 126 | Blame | Compare with Previous | Last modification | View Log | Download
# file opened: opt_listing_suspend.asm1 0000 37 scf ; by default listing is ON2 0001 OPT push listoff ; remember current state, switch listing off# listing file suspended...4 000C OPT pop ; restoring original state5 000C 4C 49 53 54 DZ "LISTED"5 0010 45 44 006 0013 OPT listoff# listing file suspended...8 0020 OPT liston ; explicit ON9 0020 4C 49 53 54 DZ "LISTED 2"9 0024 45 44 20 329 0028 0010 0029 OPT listoff# listing file suspended...10 0036 OPT liston10 0036 4C 49 53 54 DZ "LISTED 3" ; single line OFF/ON10 003A 45 44 20 3310 003E 0011 003F12 003F ; nested listing OFF by suggested push+pop technique13 003F OPT push listoff ; switch listing off twice# listing file suspended...18 0059 OPT pop19 0059 4C 49 53 54 DZ "LISTED 4+5"19 005D 45 44 20 3419 0061 2B 35 0020 0064# file closed: opt_listing_suspend.asmValue Label------ - -----------------------------------------------------------