projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ドキュメントの更新
[YACASL2.git]
/
as
/
addl.casl
1
;;; ADDL r,adr
2
MAIN START
3
LD GR1,A
4
ADDL GR1,B
5
RET
6
A DC 3
7
B DC 1
8
END