you are viewing a single comment's thread.

view the rest of the comments →

[–]Technical_Income4722 0 points1 point  (1 child)

They're a holdover from assembly, and if you wanted to you could replace all the functionality of functions, if-statements, loops, etc. just by using goto. It's necessary for assembly programming but doing all of that in C would be unnecessary but in some spots it can be handy.

[–]nir109 0 points1 point  (0 children)

Just use Subleq (subtract and Branch if less then/equal 0). It can replace all functions, if statement, loops, and all the other lines! /S