- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
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]
[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 …
[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 …
[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 …
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, …
[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 …
I am iyercb and am interested in programming, most languages. Thanks.
[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 …
The End.
iyercb