Delete double.asm

This commit is contained in:
Auios 2024-02-14 13:36:13 -05:00
parent e1540ff2b1
commit cf08a90c7e

View File

@ -1,5 +0,0 @@
; Endlessly doubles A by adding itself to itself.
lda 1
add b
ldb a
jpr loop