Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsk2 committed Aug 12, 2023
1 parent e23d53c commit 26727e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arith.a
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ ADDR_TEMP2
; and determines the division result and remainder when dividing operand one by operand two. This
; routine ignores the sign byte and treats its operands as positive integers.
;
; The result is returned in the buffers RES_DIV and RES_REM.
; The result is returned in the buffers div32_RES_DIV and div32_RES_REM.
; --------------------------------------------------
divMod32BitUnsigned
; save pointers to input data
Expand Down

0 comments on commit 26727e0

Please sign in to comment.