Annotation of coherent/b/lib/libc/gen/i8086/abort.s, revision 1.1

1.1     ! root        1: /
        !             2: / Abort.
        !             3: / Blow up with illegal instruction.
        !             4: /
        !             5: 
        !             6:        .globl  abort_
        !             7: 
        !             8: abort_:
        !             9:        push    si              / For debugger's ease
        !            10:        push    di
        !            11:        push    bp
        !            12:        mov     bp,sp
        !            13:        sys     0               / illegal
        !            14:        mov     sp,  bp
        !            15:        pop     bp
        !            16:        pop     di
        !            17:        pop     si
        !            18:        ret

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.