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