Re: [OT?]assembly book

2000-01-24 Thread Alex Dubrovsky
take a look at: http://webster.cs.ucr.edu/Page_asm/ArtOfAsm.html it's a huge book snipped Thanks in advance, Ilan -- MobilEye Vision Technologies LTD 24 Mishol Hadkalim st. Jerusalem, 97278, Israel Tel: 972-2-5866989 Fax: 972-2-5867720 Personal Fax: 1-801-912-3251 Email: mailto:[EMAIL

[OT?]assembly book

2000-01-24 Thread Ilan Finci
Hi, We are converting our Computer vision to run in real-time (30 fps) on a cluster of dual PIII (running linux of course). Some of the optimization work will involve writing parts of the code in assembly (this is currently the only way to use the new SSE extension of the PIII on linux machines).

Re: [OT?]assembly book

2000-01-24 Thread Hetz Ben Hamo
Hi, At 11:50 24/01/2000 +0200, Ilan Finci wrote: Hi, We are converting our Computer vision to run in real-time (30 fps) on a cluster of dual PIII (running linux of course). Some of the optimization work will involve writing parts of the code in assembly (this is currently the only way to use the

Re: [OT?]assembly book

2000-01-24 Thread Shaul Karl
One point to start with is the assembly HOWTO. IIRC it has a short list of references at the end. Hi, We are converting our Computer vision to run in real-time (30 fps) on a cluster of dual PIII (running linux of course). Some of the optimization work will involve writing parts of the code in