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-01 23:20:56 +11:00
Code
Issues
Releases
Wiki
Activity
421ca5112f
collapseos
/
cvm
/
zasm.sh
3 lines
98 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
Add alias and switch word types I'm pretty happy about how lightweight the implementation turns out to be.
2020-10-29 06:02:06 +11:00
echo
-e
"
5 LOAD\nH@ 256 /MOD 2 PC! 2 PC!\n
$(
cat -
)
\nH@ 256 /MOD 2 PC! 2 PC!
"
|
./stage
Reference in New Issue
Copy Permalink