Update README.md
This commit is contained in:
parent
5e0d6726c4
commit
e5aff1c7a0
13
README.md
13
README.md
@ -11,3 +11,16 @@ The .asm came first and was copy pasta from the internet.
|
|||||||
The .s files came from the output of `ia16-elf-gcc -S` when I couldn't be bothered to write programs in assembly but still needed to make them compatible with BASIC's *CALL* instruction.
|
The .s files came from the output of `ia16-elf-gcc -S` when I couldn't be bothered to write programs in assembly but still needed to make them compatible with BASIC's *CALL* instruction.
|
||||||
|
|
||||||
Also the wozmon binary contains special care to make it into a boot sector (0xaa55 magic).
|
Also the wozmon binary contains special care to make it into a boot sector (0xaa55 magic).
|
||||||
|
|
||||||
|
Anyway, just type
|
||||||
|
```
|
||||||
|
make binaries
|
||||||
|
```
|
||||||
|
|
||||||
|
and stop whining.
|
||||||
|
|
||||||
|
|
||||||
|
## Useful stuff
|
||||||
|
|
||||||
|
Colab: [https://colab.research.google.com/drive/1xGKYQJLKyabcSNYOiPumf9_-bbCbXke1?usp=sharing]
|
||||||
|
Arduino pinout: [https://www.google.com/url?q=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2F1jgKhr-0MFtY_bFZL9xYwVsxFPt4u_5ItV8Rj7FQ7Kj4%2Fedit%3Fusp%3Dsharing]
|
||||||
|
Loading…
Reference in New Issue
Block a user