* COM file generation
@ 2003-05-19 13:40 S kris
2003-05-22 0:06 ` de- interleaving etienne deleflie
0 siblings, 1 reply; 3+ messages in thread
From: S kris @ 2003-05-19 13:40 UTC (permalink / raw)
To: linux-assembly
Hi,
I understand that .COM file could be generated from the OBJ files using MASM
linker under windows. Is there anyway that .COM file could be generated from
the OBJ files under Linux? (Using GNU toolchain)
IF not, What is the equivalent file for .COM file in Linux? How to generate
this from ASM files?
Please clarify my above queries.
Thanks in advance.
--Kris
PS: Please reply to same mail-id as I am not the subscriber of this mailing
list.
_________________________________________________________________
Calling NRIs! Manage your money smartly.
http://server1.msn.co.in/msnspecials/nriservices/index.asp Click here for
more.
^ permalink raw reply [flat|nested] 3+ messages in thread
* de- interleaving
2003-05-19 13:40 COM file generation S kris
@ 2003-05-22 0:06 ` etienne deleflie
2003-05-22 11:30 ` hp
0 siblings, 1 reply; 3+ messages in thread
From: etienne deleflie @ 2003-05-22 0:06 UTC (permalink / raw)
To: linux-assembly
Here's an other way to enlarge your penis .... help me with this.
I'm on intel P4.
I have a video stream arranged in YUV422 ....which is [Y U Y V] [Y U Y
V] [Y U Y V] ..... ([] = 32 bits)
I want to extract this into 2 streams :
[ Y Y Y Y] [ Y Y Y Y] [ Y Y Y Y]
[ U V U V] [ U V U V] [ U V U V]
which basically means I have do de-interleave the first stream into 2.
I see there is an MMX instruction that does the exact opposite:
PUNPCKHBW ............ "unpack and interleave"
anyone have any idea what the (MMX ?) instruction might be (or if it
exists .... I cant find it in the intel manual (which is 900 pages
long...urgh))
etienne
.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: de- interleaving
2003-05-22 0:06 ` de- interleaving etienne deleflie
@ 2003-05-22 11:30 ` hp
0 siblings, 0 replies; 3+ messages in thread
From: hp @ 2003-05-22 11:30 UTC (permalink / raw)
To: eyem; +Cc: linux-assembly
etienne deleflie am Donnerstag, 22. Mai 2003 01:06:
>
> I see there is an MMX instruction that does the exact opposite:
> PUNPCKHBW ............ "unpack and interleave"
PACKUSWB, PACKSSWB
hp
--
Linux,Assembly,Forth: http://www.lxhp.in-berlin.de/index-lx.shtml en/de
pse, reply to << lx -at- lxhp -dot- in-berlin -dot- de >>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-05-22 11:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-19 13:40 COM file generation S kris
2003-05-22 0:06 ` de- interleaving etienne deleflie
2003-05-22 11:30 ` hp
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.