Assembler Instructions for a Simple Program
Here is the given program written in assembler instructions:
LOAD R0, '1032' ADD R0, '11FF' STORE R0, '2071' LOAD R1, '9108' SUB R0, R1 JUMP NZ, 'B117' LOAD R2, 'C201' AND R0, R2 STORE R0, '1301' LOAD R3, '6423' OR R0, R3 STORE R0, '6504' HALT
原文地址: https://www.cveoy.top/t/topic/pdeH 著作权归作者所有。请勿转载和采集!