8000 Feature request: fill bank with custom value instead of zeros · Issue #198 · hlorenzi/customasm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Feature request: fill bank with custom value instead of zeros  #198
Open
@LoreManga5

Description

@LoreManga5

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0