diff options
| author | andromeda <andromeda@lenovo> | 2026-03-06 22:36:47 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-06 22:36:47 +0100 |
| commit | 444e85e30c8fc40e5d92e4ffae762f93e801ba12 (patch) | |
| tree | 503105ef486318af61ced40e0e208188a806fd2a | |
| parent | 00be2cc5452bbe3518fad9f3d652b9111ba137ad (diff) | |
clarify doc
| -rw-r--r-- | twasm/asm/main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twasm/asm/main.asm b/twasm/asm/main.asm index b570cf2..1402364 100644 --- a/twasm/asm/main.asm +++ b/twasm/asm/main.asm @@ -68,7 +68,7 @@ copy_token: ; rsi -> word to be written ; ; returned: -; rax = byte that was read +; al = byte that was read; the rest of rax is zeroed ; ------------------------------------------------------------------------------ copy_byte: |
