Removed ret register

Wasn't useful or necessary.
This commit is contained in:
2023-10-22 20:54:29 +01:00
parent fffad9aea3
commit d8e45fce04
2 changed files with 4 additions and 27 deletions

View File

@@ -24,9 +24,6 @@ typedef struct
{
struct Registers
{
// Used for internal
word ret;
// General registers
word reg[VM_REGISTERS];
} registers;
struct Stack