I'm personally attempting to learn the little man computer.
I found a problem:
Write an LMC (Little Man Computer) program to do the following task.
if (value == 0) { some_statements; } next_statement;
My current answer:
00 901 IN (value)
01 399 STORE
02 808 TEST
03 901 IN (value)
04 808 TEST
05 000 STOP
I don't believe this is right... can anyone please assist me? any instructional information would be appreciated or direction. Thank you.