Need help from someone running an Intel Mac with OS X

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Need help from someone running an Intel Mac with OS X

Post by Nach »

Please create test.S with the following:

Code: Select all

.byte 0x42
.align 2
.ascii "Hello"

Then do as follows:

Code: Select all

gcc-4.0 -arch i386 -mdynamic-no-pic -mstackrealign -o test.o -c test.S
objdump -s test.o
And post the output here.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
Post Reply