Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for kutukak

Attached is an exe file written in C# and works on .net platform. Exercise it and if you like it get in touch with me at [email removed]

Member Avatar for karthikeyanvani
-1
377
Member Avatar for nitu_thakkar

[QUOTE=nitu_thakkar;779631]suppose i want to do shift left opeartion on x=1010 y=x<<1 it will shift left the value & make x=0100 but how can i store that shifted value... in other variable...? please help me to solve this query[/QUOTE] Minimum data in most computers is a byte hence I think you …

Member Avatar for MosaicFuneral
0
152
Member Avatar for Somali Rathore

[QUOTE=Somali Rathore;779010]How can I exchange 2 variables values without using any 3rd temporary variable.[/QUOTE] Let's say you have A=0x10100000 and B=0x00001010 then this is what you do to swap the two variables without using a third variable. Step 1 _____ (A) Exclusive OR (B), when you do this here's what …

Member Avatar for Narue
-2
216
Member Avatar for mmmark

[QUOTE=mmmark;779957]I need the source code from an EXE to customize a little. The programmer had died last year who developed it. He did not took backup the code on his PC.[/QUOTE] How big is the program? What is it you want to customize? Which Assembler are you using? Do you …

Member Avatar for jbennet
0
128
Member Avatar for Lilith24

There are a lot of peripherals that one has to use including printers, disk drives, com ports, etc., etc. For example, when you read/write something to the disk, you need to know if space is available on the said device, an appreciation of how the disk has tracks and segments, …

Member Avatar for iyercb
0
128
Member Avatar for yuriythebest

[QUOTE=yuriythebest;775867]right I'm trying to clear some things from this example code: 1.first of where he creates OurString there's supposed to be just one DB "somestring$" right the second one is not correct? 2. When should I call INT 21h? 3.[B] MOV AH, 9h [/B] - why do I call 9h …

Member Avatar for iyercb
0
159
Member Avatar for iyercb

I am iyercb and am interested in programming, most languages. Thanks.

0
44
Member Avatar for blumisa

[QUOTE=blumisa;779702]Help .. I'm supposed to make a java program that will create an output of increament whre the last number is 10 and the series is 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 .. it's like counting to 10.. we're supposed to use a do-while loop or …

Member Avatar for iyercb
0
87

The End.