Contest Rules |
What can I use? |
You are to assume the following unless explicitly stated otherwise in the problem: Input: Output: Memory: ROM Calls: Self Modifying Code: Interrupts, etc: |
How can I submit my code? |
Send an e-mail of this type to either gte172i@prism.gatech.edu, sam@calc.org, or Kouri@ucdavis.edu. Let the subject be of the "Problem X Submission" with X being the problem number. We will handle the interface for the problem, unless otherwise specified. We will also accept updates to programs, just specify that it is an update in the e-mail.
Include: This is the desired format: To: sam@calc.org Subject: Problem 0 Submission Harper Maddox gte172i@prism.gatech.edu http://www.prism.gatech.edu/~gte172i/ Problem 0 --------- ld b,8 loop: ld a,(de) ld (hl),a inc de push bc ld bc,12 add hl,bc pop bc djnz loopFYI, that is an aligned 8x8 sprite routine. |