Skip to content

Commit

Permalink
All done for release of 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed May 1, 2024
1 parent 1d26bfe commit 6152a3b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Basic2/MSDOS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The MSDOS code.

Largely identical to Posix, CR added at the end of each line and hardware settings done right.

Compile with Turbo C 2.x using

tcc basic.c runtime.c -lm
15 changes: 15 additions & 0 deletions Basic2/RaspPi/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The Raspberry PI fileset of BASIC.

Largely identical to Posix.

Settings here are active framebuffer and PIGPIO support.

Compile with

gcc basic.c runtime.c -lm -lpipgpiod_lf2

and start pigpiod before using BASIC.

If Wiring is activated in hardware.h compile with

gcc basic.c runtime.c -lm -lwiringPi

0 comments on commit 6152a3b

Please sign in to comment.