Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatoxo committed Sep 10, 2021
1 parent d49e149 commit a2c0b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programs/primesplit.mia
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ NOPE:
JMP NOPE




Num:
WORD 0 #The number to split into prime factors
Counter:
WORD 2 #The counter we use in the loop



isPrime:
#Start value for loop
LOADI 2
Expand Down

0 comments on commit a2c0b74

Please sign in to comment.