You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most basic support would mean that RAM is uninitialised. So just like ! and c!, emitting data would only be supported for ROM (the other words only reference/allocate space).
I created #284 to discuss the possibility of initialising RAM.
As described in https://www.taygeta.com/forth/dpanse.htm#E.5, we should add the words
RAM
andROM
to select the memory that words should be referencing.Compile-time:
,
c,
here
unused
allot
align
aligned
create
variable
Run-time:
,
c,
here
unused
allot
align
aligned
create
variable
The text was updated successfully, but these errors were encountered: