Code: Select all
1536: PHA
1537: LDA #2 ;color value
1539: STA 53272 ;store color register
1542: CLD ;clear decimal mode
1545: ADC #2
1548: STA 1538 ;modify the code itself
1545: PLA
1546: RTICode: Select all
1536: PHA
1537: LDA #2 ;color value
1539: STA 53272 ;store color register
1542: CLD ;clear decimal mode
1545: ADC #2
1548: STA 1538 ;modify the code itself
1545: PLA
1546: RTI