8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For example:
#bankdef mybank { #addr 0x0 #size 0x6 #outp 0 #fill 05 }
And it fills the bank with 05 value
#ruledef { nop => 0x00 hlt => 0xff }
nop hlt
Output: 00ff05050505