Simple program that calculates the first 10 Fibonacci numbers

This commit is contained in:
2020-01-09 00:02:12 +01:00
commit 2bdc9a5581
5 changed files with 91 additions and 0 deletions

3
.vimlocal Normal file
View File

@@ -0,0 +1,3 @@
set makeprg=./tools/build.sh
map <silent> <F10> :Start ./tools/upload_stm32.sh<cr>
map <silent> <F20> :Start python.exe rootfs$(pwd)/tools/upload_z80.py rootfs$(pwd)/build/fib.z80<cr>