Start of more book work

This commit is contained in:
Lokathor 2019-02-09 03:25:50 -07:00
parent 4d56fa3a37
commit 7f27d83b6e
5 changed files with 8 additions and 0 deletions

View file

@ -2,4 +2,8 @@
# Rust GBA Guide # Rust GBA Guide
* [Development Setup](development-setup.md) * [Development Setup](development-setup.md)
* [Volatile](volatile.md)
* [Hardware Memory Map](hardware-memory-map.md)
* [IO Registers](io-registers.md)
* [Bitmap Video](bitmap-video.md)
* [GBA Assembly](gba-asm.md) * [GBA Assembly](gba-asm.md)

1
book/src/bitmap-video.md Normal file
View file

@ -0,0 +1 @@
# Bitmap Video

View file

@ -0,0 +1 @@
# Hardware Memory Map

1
book/src/io-registers.md Normal file
View file

@ -0,0 +1 @@
# IO Registers

1
book/src/volatile.md Normal file
View file

@ -0,0 +1 @@
# Volatile