home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
unixen.tar
/
unixen
/
PDP-11
/
Trees
/
V6
/
usr
/
source
/
tmg
/
tmgb
/
unary.s
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1975-05-13
|
168 b
|
28 lines
.globl succ
.globl .ng,.nt,.cm
/ !
.nt:
tst (sp)
beq 1f
clr (sp)
br 9f
1:
mov $1,(sp)
br 9f
/unary -
.ng:
neg (sp)
br 9f
/ ~
.cm:
com (sp)
9:
jmp succ