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

Test Case: Logical NOT Operation

Closed this issue · 0 comments

Description

Verify that the assembly code MOV 0, R12; NOT R12, R13 correctly performs the logical NOT operation.

Severity

1 - Critical

Action to realise

Execute the assembly code MOV 0, R12; NOT R12, R13

Expected result

Register R13 should contain the result of the logical NOT operation on the value in R12 (1).

Status

Pass

Last test date

02/16/2024