projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
マクロの内部処理を変更
[YACASL2.git]
/
as
/
cmd
/
LAD
/
lad1.casl
1
;;; LAD r,adr,x
2
MAIN START
3
LD GR1,A
4
LAD GR1,1,GR1
5
RET
6
A DC 3
7
END