I really could do without "considered harmful" titles. x86 has been one of the most influential technologies of all time and a clickbait title doesn't do it justice imo.
replies(7):
How influential something is has nothing to do with how good it is.
I'm pretty sure you cannot implement conditional branches using unconditional branches as a building block. Unless you count indirect branches, which goto usually doesn't support.
Scarily enough, I think this used to actually be somewhat common place and is why many functions were not reentrant.