Corrections

This commit is contained in:
jusax23 2022-05-15 22:42:12 +02:00
parent e5f9b95997
commit 670c75ff2f

View file

@ -8,8 +8,8 @@ Recently I was wondering if it is possible to run a program from the pico's ram.
- Flash pico.ino with the arduino ide.
- Write a program with my LISP Syntax
- Compile it with: sh build.sh [lisp-file-input] [assembly-file-output] [hex-file-output]
- Copy and Past the Binary in Hex in the Serial Monitor
- Type start to run your Program
- Copy and Past the Binary in Hex in the Serial Monitor.
- Type start to run your Program.
## Syntax in LISP