denver-code / pc_simulation_rs

Basic Rust app that will simulate some of the flows on computer like CPU, RAM, BIOS and ASM-like instructions
1 stars 0 forks source link

Ad QMOV Instruction #2

Open denver-code opened 11 hours ago

denver-code commented 11 hours ago

It will be used to moving(!) value from RAM to the Register (RAM value will be CLEARED afterwards)

denver-code commented 11 hours ago

Also vice versa, from Register to RAM