Examples
This commit is contained in:
5
examples/double.asm
Normal file
5
examples/double.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
; Endlessly doubles A by adding itself to itself.
|
||||
lda 1
|
||||
add b
|
||||
ldb a
|
||||
jpr loop
|
||||
Reference in New Issue
Block a user