While I’ve covered basic assembly before, I wanted to quick touch on the idea of implementing simple control flow techniques. GCC of course allows for this in the extended syntax mode, but finding good documentation with examples is hard. The point of this post then is to show a few simple examples of writing control flow code, as well as point out a few of the more subtle points.