Primes!
This commit is contained in:
parent
279816add6
commit
83204c0882
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ print:
|
||||||
loop:
|
loop:
|
||||||
jmp loop
|
jmp loop
|
||||||
|
|
||||||
number: .word 1729
|
number: .word 65521
|
||||||
|
|
||||||
;; add character in A to start of message
|
;; add character in A to start of message
|
||||||
push_char:
|
push_char:
|
||||||
|
|
Loading…
Reference in a new issue