Author Topic: Questions: DiagnosticOff and Goto  (Read 5653 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Questions: DiagnosticOff and Goto
« Reply #15 on: November 24, 2010, 12:50:58 pm »
Well in z80 assembly, I think most of the time you use stuff like Gotos to jump elsewhere in RAM. I recommend being careful when using Goto in high level languages, though, because when used in large scale the program can become messy pretty fast (and hard to read).