Skip to content

Commit

Permalink
note for div test passing
Browse files Browse the repository at this point in the history
  • Loading branch information
celerizer committed Oct 11, 2024
1 parent 27bc188 commit 055925d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2641,6 +2641,8 @@ void h8_test_division(void)
l = divxu_w(&system, l, w);
if (system.cpu.ccr.flags.z != 1)
H8_TEST_FAIL(3)

printf("Division test passed!\n");
}

void h8_test_size(void)
Expand Down

0 comments on commit 055925d

Please sign in to comment.