This commit is contained in:
Luigi Thirty 2017-07-23 20:40:59 -04:00
parent dc0d454a12
commit 028574d142
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ extension CPUState {
page_boundary_crossed = true
}
} else {
if((program_counter & 0x00FF) + UInt16(abs(Int16(distance)))ß > 0x0100) {
if((program_counter & 0x00FF) + UInt16(abs(Int16(distance))) > 0x0100) {
page_boundary_crossed = true
}
}