yurapyon / mini

16bit Forth wahoo
MIT License
0 stars 0 forks source link

Absjump/data refactor #17

Closed yurapyon closed 3 months ago

yurapyon commented 3 months ago

makes the 'absjump' and 'data' words more standard essentially the same idea as 'define' where they pop off the stack and write to memory

this is partly to prepare for mini word semantics ref: https://github.com/yurapyon/mini/issues/14#issuecomment-2254302807

~TODO adds last-xt ref: https://github.com/yurapyon/mini/issues/14#issuecomment-2254322805~

adds r0