/* Atari VCS C02 Program Template */ #include //TIA and RIOT Registers //ROM Start Address - $F800 for 2K, $F000 for 4K Cartridge #pragma origin $F000 irqbrk: //Code to Execute when BRK Instruction is Encountered start: //Start of Program Code goto start; #include //Finalization Code