repo.or.cz
/
ymamoto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleaned up a little.
[ymamoto.git]
/
sc68-replay.s
blob
ba594c345f71882729f2ca97125c79032eeac2bf
1
2
extern ymamoto_init
,
ymamoto_update
3
4
section text
5
global _start
6
_start
:
jmp ymamoto_init
7
rts
8
jmp ymamoto_update
9
rts
10
11