Closed jeffgunter closed 1 year ago
First you need -m to input assembly language. Also registers are FM there technically is memory at address 0-20. But I am unsure why you are getting invalid argument.
Fixed it. You need to use FM[16] to modify a register.
sim> dep 16 move 17,1 Invalid argument sim> dep 16 move 15,1 sim> dep 16 blt 17,1 Invalid argument sim> dep 16 movem 17,1 Invalid argument sim>