ALD (0.1.7) doesn't print next instruction after
an 'int 0x80'. Here is as a detailed example:
debian:/dbg# cat test.s
.intel_syntax noprefix
.section .text
.global _start
_start:
int 3
xor eax, eax
int 0x80
mov eax, ebx
nop
ret
debian:/dbg# as test.s
debian:/dbg# ld -o test a.out
debian:/dbg# ald ./test
Assembly Language...
2006-10-12 10:19:34 UTC in Assembly Language Debugger