projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
マクロの内部処理を変更
[YACASL2.git]
/
as
/
cmd
/
LD
/
ld0.casl
1
MAIN START
2
LD GR0,A
3
LD GR0,B
4
LD GR0,C
5
RET
6
A DC 7
7
B DC -7
8
C DC 0
9
END