View Single Post
Old 04-26-2018, 05:19 AM   #25
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by geek1011 View Post
BTW, the keyboard patch is broken at the line which is like: replace_string = FFFFFFD4, `ƒ\0`, `ƒ`
Do you mean the FFFFFFD4? The addresses/offsets have 32-bits, so that should give the same result as writing a negative:
Code:
replace_string = -2C, `ƒ\0`, `ƒ`
GeoffR is offline   Reply With Quote