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