ghidra/Ghidra/Processors/Toy/data/languages/toy_be_posStack.slaspec

9 lines
276 B
Text

@define ENDIAN "big"
@define SIZE "4"
@define INSTR_PHASE "" # not used by basic toy language
@define POS_STACK "true" # enables switch in instructions for push/pop to work in positive direction
@define DATA_SPACE "ram"
@include "toy.sinc"
@include "toyInstructions.sinc"