starter
character: .byte 0,0 box: .byte 0,0 target: .byte 0,0 .globl main # TODO: Before we deal with the LEDs, generate random locations for # the character, box, and target. static locations have been provided # for the (x,y) coordinates for each of these elements within the 8×8 # There is a rand function, but note […]