amiga_boottest

view src/intr.s @ 2:58ebd84822e7

it works
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 22 Feb 2018 12:44:20 +0200
parents 48093e4bd99a
children
line source
1 .text
3 .global intr_debug
4 intr_debug:
5 movem.l %d0-%a6, -(%sp)
6 move.w dbgval, %d0
7 move.w %d0, 0xdff180
8 not.w %d0
9 move.w %d0, dbgval
10 movem.l (%sp)+, %d0-%a6
11 rte
13 .global dbgval
14 dbgval: .word 0x00f