News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Anybody doing any Intel OSX Asm yet?

Started by S/390, August 16, 2006, 04:18:31 AM

Previous topic - Next topic

S/390

Hey guys, long time no see... I've been swamped with mainframe stuff for the last several months, and haven't had any time for my favorite hobby. ::)

So has anybody done anything with OSX? I've heard that the "API" is difficult, any comments on that? Any reference links? :8)

dsouza123

Refrence link

http://developer.apple.com/reference/DeveloperTools/idxCompilersDebuggers-date.html#//apple_ref/doc/uid/TP30001281-TP30000436-TP30001025

From what I have found, the assembler (called gas or as) is from the GNU gcc compiler binary utilies.
It uses AT&T syntax and the assembly files have an extention of .s

From the above link NASM may also be usable.

Randall Hyde

Quote from: S/390 on August 16, 2006, 04:18:31 AM
Hey guys, long time no see... I've been swamped with mainframe stuff for the last several months, and haven't had any time for my favorite hobby. ::)

So has anybody done anything with OSX?
I've been working on porting HLA to FreeBSD, which will be followed by OSX.

QuoteI've heard that the "API" is difficult, any comments on that? Any reference links? :8)
Win32 is difficult. The problem is that you're almost starting from scratch. You've forgotten how miserable the Win32 API was when you were first learning it :-)
Cheers,
Randy Hyde