/8by8snake-template

Template repository for my 8by8 snake tutorial

Primary LanguageAssemblyMIT LicenseMIT

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.