Some Assembly Required: Let’s Do It Again

Last time, we looked at how to increment and decrement the values in registers. The code sample wasn’t very interesting, but learning how to use INC and DEC is a key step in learning how to build code that repeats tasks. A loop is a code sequence that executes over and over again until some … Continue reading Some Assembly Required: Let’s Do It Again