repo.or.cz
/
dpadhero2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Say hello to D-Pad Hero 2 repository
[dpadhero2.git]
/
common
/
ldc.h
blob
0d146fb3be2923b307fcf192d0a850b93054a337
1
.
ifndef LDC_H
2
.
define LDC_H
3
4
.
macro ldcay arg
5
lda
#<arg
6
ldy
#>arg
7
.
endm
8
9
.
endif