PE 6 - "Invalid RAM Adress" error when simulating 28X1 poke command

lbenson

Senior Member
X1 parts have limited RAM per manual 2: "All X1 parts 95 80 to 126 ($50 to $7E), 192 to 239 ($C0 to $EF)"

Nonetheless, "poke $51,1" fails in simulation in PE6 as poster described.

This simulates in PE5
#picaxe 28x1
poke $51,1
peek $51,b4
sertxd("done: ",#b4,cr,lf)
 

Zdeněk

New Member
I'm aware of limiting the scope of available RAM . It was just a simulation failure in Pe6. I have already got used to Pe6 and it's annoying.
 
Top