m8pple / arch2-2019-cw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INTERNAL, STACK, FUNCTION

gioannides opened this issue · comments

INTERNAL
STACK
FUNCTION

These are not part of the ISA. However in the specification these are included after the instructions. What are we required to do with them?

More specifically on INTERNAL

You aren't required to do anything with them, it was more because people might
ask what to put in if they are doing integration tests (i.e. tests that aren't trying
to look for a specific instruction, but are trying to test a broad combination of
instructions).

I'll clarify the wording - thanks.