mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Add pseudoteletypewriter to emulator
https://justine.storage.googleapis.com/emulator628.mp4
This commit is contained in:
parent
e86cff8ba0
commit
5aabacb361
94 changed files with 3245 additions and 2179 deletions
|
@ -36,6 +36,7 @@ int main(int argc, char *argv[]) {
|
|||
fputs(" PROG [ARGS...]\n", stderr);
|
||||
return EX_USAGE;
|
||||
}
|
||||
InitMachine(m);
|
||||
LoadProgram(m, argv[1], argv + 2, environ, &elf);
|
||||
if (!(rc = setjmp(m->onhalt))) {
|
||||
for (;;) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue