diff options
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/evoke.e b/evoke.e index 05e500e..1d545b1 100644 --- a/evoke.e +++ b/evoke.e @@ -39,12 +39,16 @@ here ! here ! ] ;asm ~ Now that we have exit, semicolon will also work and we can define -~ non-assembly words. -: foo 4 5 + ; +~ non-assembly words. However, it will be hard to make them do much until we +~ have lit as well. +: lit + [ here @ + lods64 + :rax push-reg64 + here ! ] ;asm 42 sys-exit - pyrzqxgl ~ 0 sys-exit s" source-to-copy-to-log" variable |