David Brant
Tue, 20 May 2008 13:17:42 -0700
So if you set your org/dump address to &??FF (i.e. &??00-1)
and then do
DEFW mode2.i,mode2.i
so you have 129 words.
mode2.i:
di
push af
in a,(status.int)
.....
.....
ei
ret
----- Original Message -----
From: "Andrew Collier" <[EMAIL PROTECTED]>
To: <sam-users@nvg.ntnu.no> Sent: Tuesday, May 20, 2008 3:22 PM Subject: Re: Short, short questions
The usual strategies are to use mode 1, or to use mode 2 with a 257-byte table allcontaining the same byte.