Post B6IVehYR8DVrILE7V2 by Rairii@labyrinth.zone
(DIR) More posts by Rairii@labyrinth.zone
(DIR) Post #B6IVegyHIeabUCJF8i by Siph@meemu.org
0 likes, 0 repeats
Does anybody know what’s the correct syntax for writing to the HL register in the mGBA debugger?
(DIR) Post #B6IVehEwIhuuJs6Y6q by fen@yiff.life
0 likes, 0 repeats
@Siph maybe it has to be lowercase?
(DIR) Post #B6IVehPDgU8kpkul8K by Siph@meemu.org
0 likes, 0 repeats
@fen I’m still getting errors :(
(DIR) Post #B6IVehYR8DVrILE7V2 by Rairii@labyrinth.zone
0 likes, 0 repeats
@Siph @fen try w/r hl 0x428e
(DIR) Post #B6IVvu0e4rTYqWchSy by fen@yiff.life
1 likes, 0 repeats
@Rairii @Siph looking at the source code, it should indeed be lowercase (and probably needs to 0x prefix) https://github.com/mgba-emu/mgba/blob/master/src/gb/core.c#L1046
(DIR) Post #B6IYxWB7x1OJNSzJjM by Siph@meemu.org
1 likes, 0 repeats
@Rairii @fen that was it thank youuu