projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
バージョンv0.5p16
[YACASL2.git]
/
as
/
sample
/
addl_outl.casl
1
MAIN START
2
LD GR1,A
3
ADDL GR1,B
4
CALL OUTL
5
RET
6
A DC 3
7
B DC 1
8
END