cross-posted from: https://lemmy.ml/post/39334581

you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 9 months ago (1 child)
function:
...
goto function;
  • source
  • hideshow 2 child comments
  • [–] 2 points 9 months ago (1 child)

    Or perhaps call function if you've got a call stack going.

    Nevermind that is C or something right? Otherwise it would be jmp function?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 9 months ago (1 child)

    Yeah that's C.

    I added the goto to put emphasis on the function being a label instead of a real function.

    https://www.geeksforgeeks.org/c/goto-statement-in-c/

  • source
  • parent
  • hideshow 2 child comments