Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NASM __i686.get_pc_thunk



-------------------- 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      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-kernel/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.