This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: asm syntax


On Friday 08 March 2013 20:15:42 Kenneth O'Brien wrote:
> ok. point taken. I'll stick with at&t syntax. fyi, I've no background
> in windows/dos programming, just find intel syntax much cleaner and I
> began with yasm on linux.

both styles are ugly :p

i prefer the Blackfin assembly myself as it's algebraic and pretty easy for 
anyone to pick up

	R0 = 0x100;
	SP = R0;
	CC = R0 == 0;
	IF CC JUMP foo;
	[P3] = 0x1;
	R3 = [P4 + 0x100];
	CALL bar;
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]