Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes the millions of subtypes of
GOOLInstruction
to static types with methods that can get invoked instead.Added
<>
instruction format argument specifier for signed integers (used in branch instructions).The comments for the
GVAR
/GVAW
instructions can now show the name of the global variable being used.Changed the names of the following instructions:
NOP
(inCFL
instruction) ->CFL
CEQ
->EQL
(matches Lispeql
)ANDL
->AND
(matches Lispand
)ORL
->OR
(matches Lispor
)ANDB
->ANDL
(matches Lisplogand
)ORB
->ORL
(matches Lisplogior
)XOR
->XORL
(matches Lisplogxor
)SLT
->LT
SLE
->LTE
SGT
->GT
SGE
->GTE
TST
->TSTA
RND
->RAND
MOV
->SETF
(matches Lispsetf
)NOTL
->NOT
(matches Lispnot
)NOTB
->NOTL
(matches Lisplognot
)SHA
->ASH
(matches Lispash
)MOVC
->SETC
(set code)PAD
->CPAD
(matches GOAL)SPD
->VEL
(matches GOAL)TICK
->SYNC
RGL
->GVAR
WGL
->GVAW
CVMR
->COLR
CVMW
->COLW
VECA
->VEC
VECB
->COLL
JAL
->CALL
JALR
->CALR
EVNT
->SEVT
EVHR
->RJEV
EVHA
->ACEV
CHLD
->SPWN
CHLF
->SPWF
NTRY
->CHNK
EVNB
->BEVT
EVNC
->CEVT
CST
->GO
(matches GOALgo
/GOOLgoto
)CNEZ
->GNEZ
GEQZ
->GEQZ