1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/src/test/ref/irq-volatile-bool-problem.sym
2020-12-30 01:55:04 +01:00

13 lines
471 B
Plaintext

const nomodify byte* BG_COLOR = (byte*) 53280
const nomodify byte* CIA1_INTERRUPT = (byte*) 56333
const nomodify byte CIA_INTERRUPT_CLEAR = $7f
const nomodify byte* IRQ_ENABLE = (byte*) 53274
const nomodify byte IRQ_RASTER = 1
const nomodify byte* IRQ_STATUS = (byte*) 53273
const nomodify void()** KERNEL_IRQ = (void()**) 788
const nomodify byte* RASTER = (byte*) 53266
const nomodify byte* VICII_CONTROL = (byte*) 53265
__interrupt(rom_min_c64) void irq()
void main()