CSC231 Homework 6 2017
--D. Thiebaut (talk) 18:56, 1 April 2017 (EDT)
Game Of Life Without Loop Instructions
For this assignment, you need to write a game of life program in assembly, and the challenge is to implement it without using the loop instruction, using only the cmp instruction and conditional jumps.
Problem Statement
Write an assembly language program similar to the one with work out in class, but with a few differences, listed below. You can find the program we wrote in class here.