Implemented stack versions of MGET and MSET in assembler

This commit is contained in:
2023-11-01 22:09:39 +00:00
parent 26dea6ce72
commit 90e04542a2
3 changed files with 23 additions and 1 deletions

View File

@@ -28,7 +28,9 @@ typedef enum TokenType
TOKEN_DUP,
TOKEN_MALLOC,
TOKEN_MSET,
TOKEN_MSET_STACK,
TOKEN_MGET,
TOKEN_MGET_STACK,
TOKEN_MDELETE,
TOKEN_MSIZE,
TOKEN_NOT,