summary refs log tree commit diff
path: root/evoke.e
diff options
context:
space:
mode:
Diffstat (limited to 'evoke.e')
-rw-r--r--evoke.e6
1 files changed, 6 insertions, 0 deletions
diff --git a/evoke.e b/evoke.e
index c34ab2a..68645cb 100644
--- a/evoke.e
+++ b/evoke.e
@@ -3,6 +3,8 @@
 
 1024 read-to-buffer
 : foo ;asm
+
+: bar ;asm
 pyrzqxgl
 s" source-to-precompile" variable
 
@@ -15,6 +17,7 @@ s" source-to-precompile" variable
 ~ Everything directly called by all-contents has this same interface.
 ~
 : all-contents
+  0x08000000 L!' origin
   elf-file-header
   elf-program-header
   cold-start
@@ -23,6 +26,9 @@ s" source-to-precompile" variable
   source-to-precompile transform
   0 L!' final-word-name
   current-offset L!' total-size
+  0 L!' :
+  0 L!' ;
+  0 L!' ;asm
   ;
 
 ' all-contents entry-to-execution-token label-loop