flat assembler
Message board for the users of flat assembler.

Index > Main > 00f1f2f3h->f3f2f100h is there a function that rotate like

Author
Thread Post new topic Reply to topic
xspeed



Joined: 16 Aug 2007
Posts: 22
xspeed 05 Sep 2007, 17:08
00f1f2f3h->f3f2f100h is there a function that rotate like this?
Post 05 Sep 2007, 17:08
View user's profile Send private message Reply with quote
LocoDelAssembly
Your code has a bug


Joined: 06 May 2005
Posts: 4624
Location: Argentina
LocoDelAssembly 05 Sep 2007, 17:12
Yes, it is called BSWAP.

Code:
mov eax, 00f1f2f3h
bswap eax ; EAX = f3f2f100h    
Post 05 Sep 2007, 17:12
View user's profile Send private message Reply with quote
xspeed



Joined: 16 Aug 2007
Posts: 22
xspeed 06 Sep 2007, 00:49
hey thanks do you know how windows getpixel api look like in asm
Post 06 Sep 2007, 00:49
View user's profile Send private message Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 06 Sep 2007, 10:21
Get yourself a disassembler Wink
Post 06 Sep 2007, 10:21
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:  


< 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.