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

Test Case: Logical AND Operation

Closed this issue · 0 comments

Description

Confirm that the assembly code MOV 1, R16; MOV 0, R17; AND R16, R17, R18 correctly performs the logical AND operation.

Severity

1 - Critical

Action to realise

Execute the assembly code MOV 1, R16; MOV 0, R17; AND R16, R17, R18

Expected result

Register R18 should contain the result of the logical AND operation between values in R16 and R17 (0).

Status

Pass

Last test date

02/16/2024