Completed Part2: 05_basic_int.

This commit is contained in:
Jonathan Turner 2023-09-15 10:13:25 -04:00
parent ef3638271f
commit 9992c53f3e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -47,7 +47,7 @@ char *exception_messages[] = {
"Division By Zero", "Division By Zero",
"Debug", "Debug",
"Non Maskable Interrupt", "Non Maskable Interrupt",
"Breakpoint, Halted", "Breakpoint, Halted", /* Modified this message to add Halted.*/
"Into Detected Overflow", "Into Detected Overflow",
"Out of Bounds", "Out of Bounds",
"Invalid Opcode", "Invalid Opcode",

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB