neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines
MIT License
42 stars 5 forks source link

Question: ZP for FP? #251

Closed orlof closed 8 months ago

orlof commented 8 months ago

I am reusing the ZP addresses reserved for fp operations. The documentation at https://xc-basic.net/doku.php?id=v3:memory_model says they are location in $15 - $3a, but it seems that the XCBasic3 preample zeroes addresses $16 - $3b.

I just want to verify that documentation is correct?

neilsf commented 8 months ago

Hi @orlof It's indeed starting at $16. I've updated the docs. Thanks for bringing it to my attention.