projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
テストケースの修正
[YACASL2.git]
/
as
/
cmd
/
SUBA
/
suba0__o.casl
1
;;; SUBA r,adr オーバーフロー
2
MAIN START
3
LD GR1,A
4
SUBA GR1,B
5
RET
6
A DC #8002 ; -32766
7
B DC #7FFF ; 32767
8
END