Skip to content

Commit

Permalink
Merge pull request #18 from tijko/Assembly
Browse files Browse the repository at this point in the history
Update Comment
  • Loading branch information
tijko authored Nov 25, 2023
2 parents c58bb04 + 9a65714 commit 3307856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASM/asm_solutions_1-10/Euler_3.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Layout:
# r8 -> BigInt
# r9 -> Start of Canidates
# r10 -> Half of Current-Canidate
# r10 -> Factors of Current-Canidate
# r11 -> Range (2..r10/2)
main:
pushq %rbp
Expand Down

0 comments on commit 3307856

Please sign in to comment.