mirror of
https://gitlab.com/jusax23/raspberry-pi-pico-machine-code-emulator.git
synced 2024-11-21 14:16:45 +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.
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue