1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/test-interrupt.sym

7 lines
206 B
Plaintext

__constant char * const BG_COLOR = (char *) 53280
__constant char * const FGCOL = (char *) 53281
__constant void (** const KERNEL_IRQ)() = (void (**)()) 788
__interrupt(rom_min_c64) void irq()
void main()