Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 17 of 17
Search took 0.01 seconds; generated 4 minute(s) ago.
Search: Posts Made By: oxyi
Forum: Assembly Mar 13th, 2005, 6:37 AM
Replies: 9
Views: 697
Posted By oxyi
Oh, it's okay , it has nothing to do with C (i...

Oh, it's okay , it has nothing to do with C (i think :P)
but it is just asssembly embedded in C, and your explantion did clear up some
of my problem too ;] thank you so much for that !
I will try...
Forum: Assembly Mar 12th, 2005, 2:35 AM
Replies: 9
Views: 697
Posted By oxyi
Wow thanks so much Liquidsilver !! I kinda know...

Wow thanks so much Liquidsilver !!
I kinda know what you are doing, but kinda not too ...
not sure if it is the format problem, sorry im a newbie..



void q_sort();

void quickSort(int...
Forum: Assembly Mar 8th, 2005, 5:54 AM
Replies: 9
Views: 697
Posted By oxyi
so no one can convert it for me ? :\

so no one can convert it for me ? :\
Forum: Assembly Mar 2nd, 2005, 5:04 PM
Replies: 9
Views: 697
Posted By oxyi
a complier switch, so i can basically stick in...

a complier switch, so i can basically stick in like visual.net but with a different switch ?

btw ,
how would i pass the function parameters using stack call, instead of register or memory ? if it...
Forum: Assembly Feb 25th, 2005, 2:11 PM
Replies: 9
Views: 697
Posted By oxyi
Could anyone please convert this into assembly ?

Could someone please convert this code into assembly for me to see ?
and btw is the only way to convert HL lanuage into assembly is by using linux ?



void quickSort(int numbers[], int...
Forum: Assembly Feb 9th, 2005, 2:39 PM
Replies: 21
Views: 1,863
Posted By oxyi
is this coding correct ? move ebx , [ebx/2] //...

is this coding correct ?


move ebx , [ebx/2] // evx = ebx/2 to find middle of array
mov ecx, eax+ebx // ecx now point to the middle of the array
cmp [ecx], key // compare value in the ecx with...
Forum: Assembly Feb 8th, 2005, 8:51 PM
Replies: 21
Views: 1,863
Posted By oxyi
I kinda knew how to do it, but how would u take...

I kinda knew how to do it, but how would u
take a floor of a number, say 7/3 = 2.5, , but I only want 2 ?

because I want to find the middle of the array,
then somehow determine the end of the...
Forum: Assembly Feb 8th, 2005, 1:17 AM
Replies: 21
Views: 1,863
Posted By oxyi
Hi, I am doing binary search now. But have some...

Hi,

I am doing binary search now. But have some question doing so.

If i remembered how to do binary search correctly, it is like,
given a key in a pre-sorted array, then repeatedly dividing the...
Forum: Other Programming Languages Feb 4th, 2005, 5:17 AM
Replies: 3
Views: 479
Posted By oxyi
How do you design a 2 to 4 decoder....

How would I design a truth table for a 2 to 4 decoder ?
And create a Boolean Equation for thedecoder, using
the Sum-of-Products form?

anyone, thanks :)
Forum: Assembly Feb 4th, 2005, 5:12 AM
Replies: 21
Views: 1,863
Posted By oxyi
Ahhh got it, thanks Lostcauz !! Very nice...

Ahhh got it, thanks Lostcauz !!

Very nice explaination :)
Forum: Assembly Feb 2nd, 2005, 11:30 PM
Replies: 21
Views: 1,863
Posted By oxyi
Yap i got his idea, but was having problem...

Yap i got his idea, but was having problem implementing that.

So he store the all vowels in a string, then compare the vowels with a given string.
but I was having problem of putting

str1 db...
Forum: Assembly Feb 2nd, 2005, 11:20 PM
Replies: 21
Views: 1,863
Posted By oxyi
what is the difference between MASM and Microsoft...

what is the difference between MASM and Microsoft Visual .Net,
because the way you coded is very different from what MJordan2nd wrote.

when I try something like

str1 db "aeiouAEIOU", 0
str2...
Forum: Assembly Feb 2nd, 2005, 2:04 AM
Replies: 21
Views: 1,863
Posted By oxyi
ahh roger that , let me tinker with it a bit, and...

ahh roger that , let me tinker with it a bit, and report back what i have :)
thanks a lot mjordan2nd :)
Forum: Assembly Feb 1st, 2005, 8:45 PM
Replies: 21
Views: 1,863
Posted By oxyi
so no for loop control is required in it ? what...

so no for loop control is required in it ?

what is [di] ? and what does WORD[bx] do ?

hehe thanks
Forum: Assembly Feb 1st, 2005, 4:21 PM
Replies: 21
Views: 1,863
Posted By oxyi
Wow thanks a lot such a clear code :) I thought...

Wow thanks a lot such a clear code :)
I thought my way was the only way to do this gcd problem :D

Yap I am in the process of learning assemlby, but my professor so far has
done a terrible job on...
Forum: Assembly Jan 31st, 2005, 2:53 PM
Replies: 21
Views: 1,863
Posted By oxyi
wow.. thanks for all the replys ... im just a...

wow.. thanks for all the replys ...

im just a beiginner in assembly in x86.

Still try to figure out why you guys did it in the format of L1: L2: .. etc
is that how everyone do it ?

and wow you...
Forum: Assembly Jan 26th, 2005, 5:17 PM
Replies: 21
Views: 1,863
Posted By oxyi
Question How do i convert this code into assembly ??

Im trying to find the GCD of two int,
below is an alog. that I tried to make it into assembly..
but it looks like im missing , can anyone help out ??

Gcd(int a, int b, int *result)
{...
Showing results 1 to 17 of 17

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:49 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC