updated the compound interest example
This commit is contained in:
@@ -416,14 +416,13 @@ calculator from the official mu808 examples will transform into:
|
||||
5000 DATA 0,0
|
||||
5001 DATA 50100,1
|
||||
5002 DATA 40002,30000
|
||||
5003 DATA 90002,10004
|
||||
5004 DATA 50001,5
|
||||
5005 DATA 70005,40005
|
||||
5006 DATA 130001,50005
|
||||
5007 DATA 70000,30005
|
||||
5008 DATA 130000,50005
|
||||
5009 DATA 30005,50000
|
||||
5010 DATA -1,0
|
||||
5003 DATA 90002,10005
|
||||
5004 DATA 70127,1270005
|
||||
5005 DATA 130001,50005
|
||||
5006 DATA 70000,30005
|
||||
5007 DATA 130000,50005
|
||||
5008 DATA 30005,50000
|
||||
5009 DATA -1,0
|
||||
```
|
||||
To make the conversion easier, the official mu808 assembler, `mu808asm.py`, now
|
||||
supports the `t74` mode that accepts a plain MU8 machine code file and outputs
|
||||
|
||||
Reference in New Issue
Block a user