Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best way to put UDG in my program ?
#11
ivanb303 Wrote:
ivanb303 Wrote:Yes that makes sense but I don't where it should jump or RETurn. It would have to be after the JR NZ. I would want it to then continue the ZX listing past the END ASM. Can you jump to labels outside the ASM from inside the ASM section ?

I'm a bit lost as to where you'd put a RET because in the other thread where you told me not to put a RET in my ASM section cause you have to let the Boriel compiler return by itself. I guess I could add a jump to just past the DEFB ?

Maybe you can - you could put a :labelname at the end and use jp labelname before the defb statements. Assuming you didn't mess up the contents of registers the compiler would assume are there, mind. This is why adding in code can be tricky.

I suspect something like this shouldn't be in the main code path, and should be a called subroutine of its own, probably.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)