modify code to use accumulator architecture to minimize pointer usage

This commit is contained in:
Jeff Wang
2019-05-01 03:51:29 -04:00
parent 96c762aeed
commit 6399cbf44f
8 changed files with 339 additions and 276 deletions

2
.gitignore vendored
View File

@ -1,7 +1,9 @@
*.hex
*.bak
CMakeLists.txt.user
build*/*
.project
.cproject
*.kdev4
.settings/*