Add test to verify hex codes of all instructions

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-27 14:38:52 +00:00
parent f8f67fcbce
commit 0727eb4374
4 changed files with 245 additions and 0 deletions

View File

@@ -55,4 +55,9 @@ $RGBLINK -o $gbtemp2 $otemp
diff $gbtemp $gbtemp2
rc=$(($? || $rc))
$RGBASM -o $otemp all-instructions.asm
$RGBLINK -o $gbtemp $otemp
diff all-instructions.out.bin $gbtemp
rc=$(($? || $rc))
exit $rc