Crazy question, but did you try:
move.l #$00FFFFFF, $FFFFF304
??
Without the '#', the 68k thinks you are trying to read 4 bytes
beginning at $00FFFFFF, which is impossible, thus the error.
It works ok when I try it with the '#', of course, I can't tell
you if it does what you want.
Good luck,
Mike
Subject: disabling interrup
From: "Laurent Lazard" <[EMAIL PROTECTED]>
Date: Mon, 5 Jun 2000 15:09:58 -0700
X-Message-Number: 26
I am trying to isolate the dragon ball processor activity from the rest of
the system.
I would like to disable all interrupts handling mechanism ?
I tried to do this by setting the appropriate parameters in the interrupt
mask register. I am then writing an assembly instruction with pila : MOVE.L
$00FFFFFF, $FFFFF304. I get a bus error or address error when I try to do
that.
am I doing something wrong ? is there an API function that would allow me to
do this ?
thanks
laurent
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/