Age | Commit message (Collapse) | Author |
|
Previously, two-byte commands in gbz80disasm would not read or allow
parameters. This update fixes gbz80disasm to read both the "x" and
"?" parameters.
x = one-byte parameter
? = two-byte parameter
hg-commit-id: 1494e8a88115
|
|
hg-commit-id: 6f16741dc45f
|
|
This checks for whether or not there are relative jumps that have not been
accounted for. When it finds that a label on a relative jump is outstanding,
it will continue past any byte or command that would usually end the script.
hg-commit-id: 20fba34f0ae2
|
|
Also, this changes how output_bank_opcodes works. Instead of calling lower()
on the entire output, each opcode and each line is individually lowercased.
As a result, the calls end up with correctly-capitalized labels.
hg-commit-id: bdde4aa404da
|
|
hg-commit-id: a4ec02195797
|
|
hg-commit-id: a244eb0b11fd
|
|
hg-commit-id: dc34a93f0f47
|
|
hg-commit-id: 2d9bb23f9db3
|
|
hg-commit-id: 65f6c206f6e1
|
|
hg-commit-id: 0504f841a9d5
|
|
hg-commit-id: 6748c9773b32
|
|
hg-commit-id: 5668ca41238c
|
|
hg-commit-id: 69a312de70de
|