CCurl / MachineForth

Inspired by Chuck Moore's "Machine Forth"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A@+ vs A@

sturem opened this issue · comments

commented

The readme says both A@+ and A@:
"fetch a value from memory pointed to by the A register, place it on the top of the data stack, and increment A"

Shouldn't A@ avoid the "increment A"?

(Nice to see someone have a go at Machine Forth!)

Good catch! It was a copy/paste error. The code didn't actually do that :)

commented