~grimmware/lc3

4ec2b2518effc0157f5c13fe5cf90f7e97643b21 — glenda 1 year, 1 month ago f122efa
Removed spurious development debug print
1 files changed, 0 insertions(+), 1 deletions(-)

M asm.c
M asm.c => asm.c +0 -1
@@ 431,7 431,6 @@ parseline(char *l)
				int i = 2;
				inst = newinst(OP_BR);
				while(t[i]){
					print("%c\n", t[i]);
					switch(t[i]){
					case 'n':
						inst->mode |= FL_NEG;