site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RKt4qx8DIELOqu8omcAFqQDNJ+bMdGgNe6BiIfRkVulnrGdotOfF/B7P7hDhGccxpNxtp2K/meQbOoVlqlwMR6yc2GUiSaXxSqqmsCb08pOo9rmCEzoaoTgTyh6IfJwzpVILI6DQ6F86InITw5GKk/huaoUVdDPVV/SeEl0itXE= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rW2sGeMQOae65L9apN8mViq42vZ8P6TRJ97nFdYDJY231GekNEhRbq/ToN0UnKvLGy9uucChNIZW+6+mOE9wr8e2e3X1Y1qjjhfKdOHUq0FMc+kPXeFAKdumPoW4IrnzQH8eDAUu5tMEeTbih+0u4eWQYRqt8/FBbeV8JfXGtr8= -------------------- lp.asm -------------------- global _main extern _printf section .text _main: push say call _printf add esp, 4 ret say: db 'Lupus Magnus', 10, 0 -------------------- lp.asm -------------------- ---------------------------------------------------- $> nasm -f macho -o lp_nasm.o lp.asm $> nm lp_nasm.o 00000000 T _main U _printf 00000011 t say ---------------------------------------------------- did i miss something ? + _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
mm w