This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
Releases
Wiki
Activity
3171b03335
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 07:47:47 -04:00
#!/bin/sh
Add alias and switch word types I'm pretty happy about how lightweight the implementation turns out to be.
2020-10-28 15:02:06 -04: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