projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CASLアプリを格納するas/app、未整理のCASLファイルを格納するmiscを作成。casl2libのテストを追加
[YACASL2.git]
/
as
/
macro
/
in
/
test
/
in_macro.casl
1
;;; マクロ命令IN
2
MAIN START
3
IN IBUF,LEN
4
RET
5
IBUF DS 8
6
LEN DC 1
7
END