This website requires JavaScript.
Explore
Help
Sign In
d6
/
nxu
Watch
1
Star
0
Fork
You've already forked nxu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed484be3c2
nxu
/
femto
8 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
TTY
=
`
stty -g
`
uxnasm femto.tal femto.rom
stty raw -echo
uxncli femto.rom
stty
"
$TTY
"
Reference in New Issue
View Git Blame
Copy Permalink