mirror of
https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator.git
synced 2024-11-21 22:26:44 +01:00
Corrections
This commit is contained in:
parent
e5f9b95997
commit
670c75ff2f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
- Flash pico.ino with the arduino ide.
|
||||||
- Write a program with my LISP Syntax
|
- Write a program with my LISP Syntax
|
||||||
- Compile it with: sh build.sh [lisp-file-input] [assembly-file-output] [hex-file-output]
|
- 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
|
- Copy and Past the Binary in Hex in the Serial Monitor.
|
||||||
- Type start to run your Program
|
- Type start to run your Program.
|
||||||
|
|
||||||
## Syntax in LISP
|
## Syntax in LISP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue