1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-11-21 23:31:19 +00:00

implemented LDX instructions

This commit is contained in:
jborza 2019-04-14 21:55:19 +02:00
parent 4bfeb62112
commit 52ebab7f50

View File

@ -19,7 +19,7 @@ byte* read_game() {
} }
int main() int main()
{ {
run_tests(); run_tests();
printf("All tests succeeded.\n"); printf("All tests succeeded.\n");
return 0; return 0;