Re: Via Via

From: Robin Harbron <macbeth_at_tbaytel.net>
Date: Wed, 3 May 2023 19:09:51 -0400
Message-ID: <451e9621-2fb0-2b5a-d8f9-640fce361924_at_tbaytel.net>
On 2023-05-03 6:22 p.m., Bo Zimmerman wrote:
> The following BASIC program illustrates what I've been trying:
>
> 10 for i=1to4:read a:poke4096+i,a:next
> 20 poke 148,0:poke149,16:rem set nmi-handler to 4096

You probably intended the i loop to go from 0 to 3 so your ML is POKEed 
to 4096. It's going to 4097 currently, so you'll have to hope that 4096 
is initialized to something like $AA and not $00 or $FF.
Received on 2023-05-04 02:00:26

Archive generated by hypermail 2.3.0.