Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theandrew168 committed Nov 3, 2021
1 parent 012a395 commit 4542c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derzforth.asm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ memcpy_done:
# Arg: a1 = buffer size
# Ret: a0 = token addr (0 if not found)
# Ret: a1 = token size (0 if not found)
# Reg: a2 = total bytes consumed (0 if not found)
# Ret: a2 = total bytes consumed (0 if not found)
strtok:
addi t0, zero, ' ' # t0 = whitespace threshold
mv t2, a0 # save buffer's start addr for later
Expand Down

0 comments on commit 4542c4c

Please sign in to comment.