projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ヘッダーファイル呼び出しの整理
[YACASL2.git]
/
as
/
cmd
/
IN
/
in.casl
1
;;; IN IBUF,ILEN
2
MAIN START
3
LOOP IN IBUF,ILEN
4
FIN RET
5
IBUF DS 20
6
ILEN DS 1
7
END