projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
マクロの内部処理を変更
[YACASL2.git]
/
as
/
cmd
/
CALL
/
call0.casl
1
;;; CALL ほかのプログラムの入口名を指定
2
MAIN START
3
LAD GR1,29
4
CALL COPY
5
RET
6
END
7
COPY START
8
LD GR2,GR1
9
RET
10
END