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

Test Case: Subroutine Call and Return

Closed this issue · 0 comments

Description

Confirm that the assembly code CALL my_subroutine; RET successfully calls and returns from the "my_subroutine" subroutine.

Severity

3 - Medium

Action to realise

Execute the assembly code CALL my_subroutine; RET

Expected result

The program should successfully call and return from the "my_subroutine" subroutine.

Status

Fail

Last test date

02/16/2024