diff options
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/evoke.e b/evoke.e index 8c41ace..9a12075 100644 --- a/evoke.e +++ b/evoke.e @@ -8,8 +8,34 @@ ~ cat evoke.e) \ ~ | ./quine > evoke && chmod 755 evoke && ./evoke -s" source-to-copy-to-log" variable -s" source-to-precompile" variable +: read-inputs + here @ dup + s" core.e" pack-file-contents + s" linux.e" pack-file-contents + s" output.e" pack-file-contents + s" amd64.e" pack-file-contents + s" execution-support.e" pack-file-contents + s" log-load.e" pack-file-contents + s" pyrzqxgl" packstring + 0 pack8 8 packalign here ! + s" source-to-precompile" variable + + here @ dup + s" core.e" pack-file-contents + s" linux.e" pack-file-contents + s" output.e" pack-file-contents + s" amd64.e" pack-file-contents + s" execution-support.e" pack-file-contents + s" log-load.e" pack-file-contents + s" dynamic.e" pack-file-contents + s" input.e" pack-file-contents + s" interpret.e" pack-file-contents + s" flow-control.e" pack-file-contents + s" linux-dynamic.e" pack-file-contents + s" pyrzqxgl" packstring + 0 pack8 8 packalign here ! + s" source-to-copy-to-log" variable ; +read-inputs ~ (output memory start, current output point |