$regfile = "m32def.dat"
$crystal = 8000000
Config Clock = Soft , Gosub = Sectic
Config Serialout = Buffered
Config Portb = Output
Config Porta = Input
S Alias Pina.0
Dim A As Word , B As Word , Addr As Word , Y As Byte , X As Byte
A = 0
B = 0
Addr=&H0000
X=High(addr)
Y=Low(addr)
Enable...