amiga_boottest

view src/intr.s @ 1:48093e4bd99a

stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 21 Feb 2018 18:00:45 +0200
parents
children 58ebd84822e7
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 dbgval: .word 0x00f