CSC231 Homework 6 2017

From dftwiki3
Revision as of 17:56, 1 April 2017 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- =Game Of Life Without Loop Instructions= <br /> <tanbox> For this assignment, you need to write a game of life program in assembly, and the challenge is to impleme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--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.