1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-18 11:29:30 +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()
{
{
run_tests();
printf("All tests succeeded.\n");
return 0;