2018-11-08 15:20:40 +11:00
|
|
|
|
|
|
|
# Rust GBA Tutorials
|
|
|
|
|
2018-11-10 20:03:37 +11:00
|
|
|
* [Introduction](introduction.md)
|
|
|
|
* [Ch 0: Development Setup](ch0/index.md)
|
|
|
|
* [Ch 1: Hello GBA](ch1/index.md)
|
|
|
|
* [hello1](ch1/hello1.md)
|
|
|
|
* [IO Registers](ch1/io_registers.md)
|
2018-11-11 18:25:26 +11:00
|
|
|
* [The Display Control Register](ch1/the_display_control_register.md)
|
2018-11-10 20:03:37 +11:00
|
|
|
* [Video Memory Intro](ch1/video_memory_intro.md)
|
2018-11-11 17:39:26 +11:00
|
|
|
* [hello2](ch1/hello2.md)
|
2018-11-12 08:56:11 +11:00
|
|
|
* [Ch 2: User Input](ch2/index.md)
|
|
|
|
* [The Key Input Register](ch2/the_key_input_register.md)
|
|
|
|
* [The VCount Register](ch2/the_vcount_register.md)
|
2018-11-13 10:29:17 +11:00
|
|
|
* [light_cycle](ch2/light_cycle.md)
|