diff --git a/examples/double.asm b/examples/double.asm deleted file mode 100644 index 40782cd..0000000 --- a/examples/double.asm +++ /dev/null @@ -1,5 +0,0 @@ -; Endlessly doubles A by adding itself to itself. -lda 1 -add b -ldb a -jpr loop \ No newline at end of file