Cleanup readme

This commit is contained in:
Michaelangel007 2017-07-05 16:57:33 -07:00
parent 71f7979795
commit 5d71b471cb
1 changed files with 10 additions and 0 deletions

View File

@ -2,8 +2,11 @@
6502 assembly code to print an unsigned 16-bit in 124 bytes ($7C).
# Machine Code
Copy/Paste into your favorite emulator.
```asm
0800:A9 12 A2 34 4C 07 08 8E
0808:81 08 8D 82 08 A9 00 8D
@ -24,10 +27,17 @@
0880:00 00 00
```
# License
[WTFPL](http://www.wtfpl.net/)
# Thaanks
* qkumba for great optimization ideas as always
# References
* [printm](https://github.com/Michaelangel007/apple2_printm)