mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
9 lines
276 B
Text
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"
|