Reading ROM
DF
Posts: 10
I am trying to read the values in the sine table located in memory location $E000..$F001 in spin and output them to a serial terminal. I've monkeyed around with this for awhile, but am still very green to the prop. Can you set a variable to a specific memory location and not the hex value of E000..F001 in spin?
thAnks In AdvAncE
thAnks In AdvAncE
Comments
http://obex.parallax.com/objects/627/
Massimo
How do you set a variable to these memory locations? I tried x=:word[$E000] but just got the decimal value of $E000 instead of the first sine value in the sine table.
I had already found this object and it helped quite a bit thanks
x := word[$E000]
This works. The first value is 0.