A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
5
Task/Memory-allocation/Forth/memory-allocation-2.fth
Normal file
5
Task/Memory-allocation/Forth/memory-allocation-2.fth
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
marker foo
|
||||
: temp ... ;
|
||||
create dummy 300 allot
|
||||
-150 allot \ trim the size of dummy by 150 bytes
|
||||
foo \ removes foo, temp, and dummy from the list of definitions
|
||||
Loading…
Add table
Add a link
Reference in a new issue