void _panic() {
asm {
SEI
PLA
TAY
TAX
JSR hi_nibble_to_hex
JSR putchar
TXA
JSR lo_nibble_to_hex
TYA
LDA #2
STA $D020
}
while(true){}