mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2026-04-25 16:18:42 +00:00
with call graph construction
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
JSR init
|
||||
|
||||
JSR loop
|
||||
|
||||
|
||||
init:
|
||||
|
||||
RTS
|
||||
|
||||
|
||||
loop:
|
||||
|
||||
RTS
|
||||
|
||||
|
||||
initSnake:
|
||||
|
||||
RTS
|
||||
|
||||
Reference in New Issue
Block a user