projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ソースコードで、モードを表す構造体メンバーの名前とコメントを修正
[YACASL2.git]
/
as
/
FUNC
/
mula_call0.casl
1
;;; casl2 mula_call0.casl mula.casl outa.casl
2
MAIN START
3
LAD GR1,12
4
LAD GR2,3
5
CALL MULA
6
RET
7
END