PING Systems - intel 8085 microprocessor Simulator Directives
.setword
.setword <addr>, <word>: Assign the memory address with a value
.setbyte
.setbyte <addr>, <word>: Assign the memory address with a value
.equ
.equ <identifier>, <value>: Assign a value to an identifier
.begin
.begin <word>: Set the IP to this address
.org
.org <word>: The next instruction is placed at this address
.fill
.fill <word>, <word>, <byte>: Fill the memory range with this value