projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
as/*/testの無視ファイル設定
[YACASL2.git]
/
as
/
err
/
err_119.casl
1
;;; casl2 -M8 err_119.casl
2
MAIN START
3
LD GR0,A
4
LD GR0,B
5
LD GR0,C
6
RET
7
A DC 7
8
B DC -7
9
C DC 0
10
END