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

Test Case: Debugger Functionality

Closed this issue · 0 comments

Description

Confirm that the debugger displays the content of a register after executing specific assembly code.

Severity

4 - Low

Action to realise

Execute the assembly code MOV 20, R15; PRT "Before Debug: "; PRT R15

Expected result

The debugger should display the content of register R15 after the "Before Debug: " message.

Status

Pass

Last test date

02/20/2024