Skip to content

Instantly share code, notes, and snippets.

@kroovysteph
Last active January 16, 2017 15:51
Show Gist options
  • Save kroovysteph/0c8613778a4827b74ff768b22db22faf to your computer and use it in GitHub Desktop.
Save kroovysteph/0c8613778a4827b74ff768b22db22faf to your computer and use it in GitHub Desktop.

b)

Welche Datentypen können basierend auf dem gegebenen Template auf dem Stack (OperandStack) liegen und wie groß ist der Stack?

Basierend auf dem gegebenen Template können sich folgende Datentypen auf dem Stack befinden:

  • NamedObjects
  • Int
  • Str
  • Def
  • Ref

Der Stack bietet genug Platz für 1042 Elemente.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment