Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crash when creating UDGs using ASM (possibly not a bug)
#3
Hmmm. It seems my response didn't arrive yesterday.
What happens is that execution is entering the ASM region and your program will mostly crash.
Put a GOTO immediately before the ASM sentence and jump over that region:
Code:
GOTO continue_program
graphicsroom:
ASM
DEFB 000, 254, 254, 254, 254, 254, 254, 254 ; A - roof A
...
END ASM
continue_program:
Reply


Messages In This Thread
RE: Crash when creating UDGs using ASM (possibly not a bug) - by boriel - 04-06-2021, 08:06 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)