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

Test Case: Semantic Validity Check

Closed this issue · 0 comments

Description

Validate that the interpreter detects semantic errors by attempting to execute assembly code with an invalid condition.

Severity

2 - High

Action to realise

Attempt to execute the assembly code with a semantic error: CMP R13, R14; JMPT INVALID_CONDITION, error_label

Expected result

The interpreter should detect the semantic error and provide an error message.

Status

Fail

Last test date

02/18/2024