algosup/2023-2024-project-3-virtual-processor-team-7

Test Case: Copying Register Values

Closed this issue · 0 comments

Description

Confirm that the assembly code MOV 10, R2; MOV R2, R3 correctly copies the value 10 from register R2 to register R3.

Severity

1 - Critical

Action to realise

Execute the assembly code MOV 10, R2; MOV R2, R3

Expected result

Registers R2 and R3 should both contain the value 10.

Status

Pass

Last test date

02/16/2024