Forum: Assembly
Mar 13th, 2005, 6:37 AM
|
|
Replies: 9
Views: 697
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
|
Forum: Assembly
Mar 8th, 2005, 5:54 AM
|
|
Replies: 9
Views: 697
|
Forum: Assembly
Mar 2nd, 2005, 5:04 PM
|
|
Replies: 9
Views: 697
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
|
Forum: Assembly
Feb 9th, 2005, 2:39 PM
|
|
Replies: 21
Views: 1,863
|
Forum: Assembly
Feb 8th, 2005, 8:51 PM
|
|
Replies: 21
Views: 1,863
|
Forum: Assembly
Feb 8th, 2005, 1:17 AM
|
|
Replies: 21
Views: 1,863
|
Forum: Other Programming Languages
Feb 4th, 2005, 5:17 AM
|
|
Replies: 3
Views: 479
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
|
Forum: Assembly
Feb 2nd, 2005, 11:30 PM
|
|
Replies: 21
Views: 1,863
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
|
Forum: Assembly
Feb 2nd, 2005, 2:04 AM
|
|
Replies: 21
Views: 1,863
|
Forum: Assembly
Feb 1st, 2005, 8:45 PM
|
|
Replies: 21
Views: 1,863
|
Forum: Assembly
Feb 1st, 2005, 4:21 PM
|
|
Replies: 21
Views: 1,863
|
Forum: Assembly
Jan 31st, 2005, 2:53 PM
|
|
Replies: 21
Views: 1,863
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
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)
{...
|