romtests.json updated

This commit is contained in:
Jeff Parsons 2015-04-04 21:11:06 -07:00 committed by jeffpar
commit 3ce78f23ed
18 changed files with 3991 additions and 3794 deletions

View file

@ -78,7 +78,7 @@ TextOut.asTargetRefs = ["call", "jmp", "jz", "jnz", "jc", "jnc", "ja", "jna", "j
* labelTargets(): looks for all JMP and CALL targets and labels them.
*
* alignVertical(): looks for a predefined target string (eg, '; ') in the first line,
* and ensures that the same sequence in all subsequent lines start at the same column.
* and ensures that the same sequence in all subsequent lines starts at the same column.
*
* For now, all output is written to stdout only.
*