-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
it works completely like no bugs at all
- Loading branch information
mathis
committed
Jan 25, 2022
1 parent
9005c5f
commit b77b9b9
Showing
16 changed files
with
3,393 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
-- ----- VTABLES ----- | ||
ALLOC 1 | ||
DUPN 1 | ||
PUSHA Foo_5_print | ||
STORE 0 | ||
-- ----- STATIC ATTRIBS ----- | ||
PUSHN 0 | ||
-- ----- MAIN INSTRUCTION ----- | ||
START | ||
PUSHN 1 | ||
PUSHN 0 | ||
ALLOC 1 | ||
DUPN 1 | ||
PUSHG 0 | ||
STORE 0 | ||
PUSHA _CTOR_Foo_ | ||
CALL | ||
POPN 0 | ||
STOREL 0 | ||
PUSHI 0 | ||
PUSHL 0 | ||
DUPN 1 | ||
LOAD 0 | ||
LOAD 0 | ||
CALL | ||
POPN 1 | ||
POPN 1 | ||
POPN 0 | ||
POPN 1 | ||
STOP | ||
-- ----- FUNCTIONS ----- | ||
_CTOR_Foo_: NOP | ||
PUSHN 0 | ||
POPN 0 | ||
RETURN | ||
Foo_5_print: NOP | ||
PUSHN 0 | ||
PUSHS "hello" | ||
DUPN 1 | ||
WRITES | ||
PUSHS "\n" | ||
WRITES | ||
POPN 1 | ||
POPN 0 | ||
RETURN |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.