diff options
author | Irene Knapp <ireneista@irenes.space> | 2025-10-19 22:53:32 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@irenes.space> | 2025-10-19 22:53:32 -0700 |
commit | 5d8318f323c400c86d1e999c86275beea156e768 (patch) | |
tree | c3dfa6fe5b8004d5c1d57c5dcc00d4746da8ca89 /asm-notes.txt | |
parent | 65be4b0cdc118b5ff9533f9f8372af70ac2e6387 (diff) |
it does threaded execution now!!!!!!!!
this is the core Forth thing, or a large part of it Force-Push: yes Change-Id: Id15cf5289cb7b41e0ea824ef68791f663c2f90e6
Diffstat (limited to 'asm-notes.txt')
-rw-r--r-- | asm-notes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asm-notes.txt b/asm-notes.txt index 03bf335..e3c4d67 100644 --- a/asm-notes.txt +++ b/asm-notes.txt @@ -1,4 +1,10 @@ +HLT will drop you into the debugger + db 0xf4 ; HLT DO NOT SUBMIT +or perhaps you want to do a clean exit() + mov.b rax, 60 ; DO NOT SUBMIT + mov.b rdi, 0 ; DO NOT SUBMIT + syscall ; DO NOT SUBMIT ; opcode c7 is Ev, Iz. c6 is Eb, Ib |