SCAMP Emulator
Downloading...
- cd to change directory, ls to list directory contents.
- kilo is the text editor, see its builtin help with Ctrl-E.
- slc is the compiler driver; compile a program with slc hello.sl, run it with ./hello.
- Look under /bin for more programs to run.
- Look under /src for program source code.
- Look under /doc for a mirror of the documentation from the git repo.
By James Stanley.