This commit is contained in:
id101010
2016-01-31 23:30:16 +01:00
parent 0256619e2c
commit 565b7fb441

View File

@@ -17,6 +17,7 @@ The rest of it is written in the programming language c.
- src/game.{c,h} - Main game logic
- src/main.c - Systick handler and programm start
- src/io.{s,h} - IO functions implemented in assembly language
- src/io_c.c - High Level IO helpers written in c
- src/player.{c,h} - Implementation of the player object
- src/startup.s - Startup code
- src/syscalls.c - Syscall lowlevel functions (Atollic true studio)