projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
コマンドテストCASLファイルの追加
[YACASL2.git]
/
as
/
cmd
/
LAD
/
lad4.casl
1
MAIN START BEGIN
2
BEGIN LD GR7,A
3
LAD GR7,1,GR7
4
RET
5
A DC 3
6
END