projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ソースコードで、モードを表す構造体メンバーの名前とコメントを修正
[YACASL2.git]
/
as
/
FUNC
/
cnt60.casl
1
MAIN START
2
LAD GR1,0
3
LOOP CPA GR1,CNT
4
JZE FIN
5
LAD GR1,1,GR1
6
NOP
7
JUMP LOOP
8
FIN RET
9
CNT DC 60
10
END