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
/
CALL
/
call1.casl
1
;;; CALL 同じプログラムの中にあるラベルを指定
2
MAIN START BEGIN
3
BEGIN LAD GR1,29
4
CALL COPY
5
RET
6
COPY LD GR2,GR1
7
RET
8
END