Skip to content

zrezke/8by8snake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8by8snake template

This repository provides a template assembly project containing everything needed to follow my bare metal snake game tutorial. Apart from register addresses and such, it also contains a launch.json file for debugging in vscode with the cortex-debug extension.

This template is basically a modified version of stm32f4 assembly template by fcayci.