13 lines
178 B
Text
13 lines
178 B
Text
include 'std/std.fa'
|
|
include 'std/mem/gmem.fa'
|
|
|
|
macro SIZE 32 end
|
|
|
|
%SIZE #malloc as buf
|
|
|
|
@buf deref 69 point
|
|
1 @buf deref %puts
|
|
|
|
%SIZE @buf deref #mfree pop
|
|
|
|
%EXIT_SUCCESS %exit
|