Tagged Questions
0
votes
1answer
135 views
Simulating basic machine language in C.
So for my assignment I have to simulate basic machine language with C. The machine has 16 registers (reg[]), a program counter(pc) and memory (mem[]) all of which are unsigned chars. The instructions ...