.data .text .global _start _start: call get_current_dir_name push %eax call puts mov $1, %eax mov $0, %ebx int $0x80