|
|
researchv9-SUN3(old)
# C library -- _signal # _signal(sig, func) # User calls signal whiches places trampoline code to be called on a # signal. signal = 48 .globl __signal .globl cerror2 __signal: linkw a6,#0 pea signal trap #0 bcc noerr jmp cerror2 noerr: movl d0,a0 unlk a6 rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.