Login
Back to forumSee the full topicGo to last reply

Posted By

IstvanV
on 2017-11-05
16:31:52
 Re: Online BASIC and ASSEMBLY Books

I will change it in the next version. For now, running something like this as a script in the debugger can be used as a work-around:

setBreakPoint(6, 0xD8E4, 3)
function breakPointCallback(d, t, a, v)
if d == 0 and (t == 0 or t == 3) and a == 0xD8E4 and getMemoryPage(3) == 1 then
local y = getYR()
if y >= 0x61 and y <= 0x7A then
setYR(y - 0x20)
end
return false
end
return true
end



Back to top


Copyright © Plus/4 World Team, 2001-2024