Skip to content

Commit

Permalink
add StringKS engine
Browse files Browse the repository at this point in the history
  • Loading branch information
utz82 committed Nov 15, 2018
1 parent fb8a163 commit 92c9524
Show file tree
Hide file tree
Showing 6 changed files with 822 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stringks/compile.sh
@@ -0,0 +1,8 @@
#!/bin/sh

zmakebas -a 10 -o loader.tap loader.bas
pasmo -d --alocal --tap main.asm main.tap main.lst
#pasmo -d --alocal main.asm main.bin
cat loader.tap main.tap > test.tap
rm main.tap
#fuse --no-confirm-actions -m 48 -t test.tap
4 changes: 4 additions & 0 deletions stringks/loader.bas
@@ -0,0 +1,4 @@
10 border not pi: paper not pi: ink 4: clear val "32767"
20 load ""code
30 rem cls: print: print " Pytha Beeper Engine Demo": print " by utz 06'2017"
40 randomize usr val "32768"

0 comments on commit 92c9524

Please sign in to comment.