Skip to content

Commit

Permalink
Add a small unit test to the cartridge example
Browse files Browse the repository at this point in the history
  • Loading branch information
sagacity committed Jun 18, 2021
1 parent 7fe7396 commit c3a94e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/c64/cartridge/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@
warmstart: inc $d020
jmp warmstart
}

.segment "bank_0" {
.test "header_is_in_the_right_place" {
.assert ram($8004) == $C3

}
}

0 comments on commit c3a94e3

Please sign in to comment.