mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2026-04-25 00:16:40 +00:00
with comments
This commit is contained in:
@@ -4,15 +4,18 @@
|
||||
|
||||
|
||||
init:
|
||||
; initializes values
|
||||
|
||||
RTS
|
||||
|
||||
|
||||
loop:
|
||||
; primary game loop
|
||||
|
||||
RTS
|
||||
|
||||
|
||||
initSnake:
|
||||
; initializes the snake
|
||||
|
||||
RTS
|
||||
|
||||
Reference in New Issue
Block a user