This website requires JavaScript.
Explore
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-05 17:40:56 +11:00
Code
Issues
Releases
Wiki
Activity
e0bc14e55c
collapseos
/
emul
/
zasm.sh
3 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
emul: add a zasm.sh wrapper around stage executable
2020-05-16 21:47:47 +10:00
#!/bin/sh
avra: first steps
2020-05-16 23:51:02 +10:00
echo
-e
"
212 LOAD\nH@ 256 /MOD 2 PC! 2 PC!\n
$(
cat -
)
\nH@ 256 /MOD 2 PC! 2 PC!
"
|
./stage
Reference in New Issue
Copy Permalink