dotcloud/docker

View on GitHub
contrib/syscall-test/exit32.s

Summary

Maintainability
Test Coverage
.globl _start
.text
_start:
    xorl    %eax, %eax
    incl    %eax
    movb    $0, %bl
    int    $0x80