Starting to finalize v0.0.1
This commit is contained in:
@@ -775,7 +775,7 @@ int main(int argc, char* argv[]) {
|
||||
ram.II = 1;
|
||||
} else if(instr == INS_IIEND) { /* process II end */
|
||||
if(!smode)
|
||||
cputc(instr); /* echo it if not in silent mode */
|
||||
cputc(instr); /* echo it if not in silent mode */
|
||||
ram.II = 0;
|
||||
} else if(!ram.II && instr == INS_QUIT) {
|
||||
if(ram.MM) { /* output command buffer contents to stdout and exit */
|
||||
|
||||
Reference in New Issue
Block a user