> ; --- Switch to own ISR
> 
>             di
>             ld    HL,#C000            ; start address of jump-table is #C000
>             ld    DE,#C001
>             ld    BC,256-1
>             ld    (HL),#D0            ; start address of ISR is #D0D0
>             ldir

Correction: use "ld BC,256". If the data bus contains #FF, #C0FF and 
#C100 will be read, so you need 257 values.
 
Bye,
                Maarten

****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****

Reply via email to