Let’s Code x86 Assembly: 0x06 Tic Tac Toe JMP and CALL

In this episode we learn how to program a little tic-tac-toe game for two human players. No AI, just the input and output and the winning condition! We learn different methods to compare registers and memory locations, different conditional jumps and how to save a few bytes by replacing CALL instructions with JMP.

Leave a Reply

Your email address will not be published.