Blame | Last modification | View Log | Download
# file opened: opt_listing_mc_only.asm1 0000 ORG $100 ; by default listing is ON (full listing)2 0100 5E 20 4F 52 DZ "^ ORG"2 0104 47 003 0106 37 scf4 0107 OPT push listmc ; remember current state, switch listing to machine-code-only6 0200 4E 4F 20 4F { DZ "NO ORG1"6 0204 52 47 31 00 {7 0208 3F { ccf8 0209 OPT pop ; restoring original state9 0209 ORG $30010 0300 5E 20 4F 52 DZ "^ ORG"10 0304 47 0011 0306 27 daa12 0307 OPT listmc ; (there is no explicit way to turn "mc" mode off, only pop/reset!)14 0400 4E 4F 20 4F { DZ "NO ORG2"14 0404 52 47 32 00 {15 0408 2F { cpl16 0409 OPT reset ; reset to default state17 0409 ORG $500 ; by default listing is ON (full listing)18 0500 5E 20 4F 52 DZ "^ ORG"18 0504 47 0019 0506 1F rra20 050721 0507 ; nested listing adjusting by suggested push+pop technique22 0507 OPT push listmc ; switch MC listing twice25 0600 4E 4F 20 4F { DZ "NO ORG3"25 0604 52 47 33 00 {26 0608 17 { rla# listing file suspended...33 0800 4E 4F 20 4F { DZ "NO ORG4"33 0804 52 47 34 00 {34 0808 0F { rrca37 0900 4E 4F 20 4F { DZ "NO ORG5"37 0904 52 47 35 00 {38 0908 0F { rrca39 0909 OPT pop40 0909 ORG $A00 ; restored to full listing41 0A00 5E 20 4F 52 DZ "^ ORG"41 0A04 47 0042 0A06 07 rlca43 0A07# file closed: opt_listing_mc_only.asmValue Label------ - -----------------------------------------------------------