flat assembler
Message board for the users of flat assembler.

Index > Projects and Ideas > .

Goto page Previous  1, 2
Author
Thread Post new topic Reply to topic
mikegonta



Joined: 20 Nov 2005
Posts: 99
mikegonta 22 Nov 2008, 21:33
[ Post removed by author. ]


Last edited by mikegonta on 28 Jan 2009, 08:58; edited 1 time in total
Post 22 Nov 2008, 21:33
View user's profile Send private message Reply with quote
baldr



Joined: 19 Mar 2008
Posts: 1651
baldr 23 Nov 2008, 08:44
mikegonta wrote:
CASM is not for C programmers.
That's the point. So what is the meaning of C in "C notation ASseMbler"?

If average C programmer is not concerned about
*a++ *= b + c
not being equivalent to
*a++ = *a++ * b + c
it's a problem. May be he/she is not even average? Wink

And I definitely will prefer RotateThroughCarryLeft(eax, 5) over eax [[ CARRY 5; — former is lengthy somewhat, but brevity obscures latter.

How about going Unicode?
eax ♀← 5; // rcl eax, 5
eax ♂← 5; // rol eax, 5

? Wink
Post 23 Nov 2008, 08:44
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20689
Location: In your JS exploiting you and your system
revolution 23 Nov 2008, 08:53
baldr wrote:
And I definitely will prefer RotateThroughCarryLeft(eax, 5) over eax [[ CARRY 5; — former is lengthy somewhat, but brevity obscures latter.
I definitely would prefer "rcl eax,5", or if one insists upon C-like punctuation "rcl(eax,5)"
baldr wrote:
... ♀← ...
That could be confused with something else!
Post 23 Nov 2008, 08:53
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.