• goto to a pointer
    Hello NG, I've got the following problem: I want to store the current position in a interrupt routine and leave it. By entering the routine after the next interrupt, I want to jump to this stored position...
  • goto fail and the ARMCC Compiler
    I can't imagine anyone reading this posting hasn't already read about the Apple " goto fail " bug in SSL. My reaction was one of incredulity; I really couldn't believe this code could have got into the...
  • "goto reference" extremely slow
    I have written a really huge application (500k bin-file) for the C167. When I try to find the definition of any variable by clicking on it with the right mouse button uVision2 takes up to eighty (!) seconds...
  • Goto Label xxx in other file...
    Dear all, I have a question about jumping to some specific label in other file(in Keil C51 project) Ex. In file A there is one label named _xxx . In file B can we use goto _xxx ? (maybe...