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
Member Avatar for kutukak
Member Avatar for karthikeyanvani
-1
358
Member Avatar for nitu_thakkar

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

Member Avatar for MosaicFuneral
0
136
Member Avatar for Somali Rathore
Member Avatar for Narue
-2
202
Member Avatar for mmmark

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.

Member Avatar for jbennet
0
118
Member Avatar for Lilith24

So assembly language interrupts are signals to the OS asking it to perform an action based on what is in the register. I was thinking, what would happen if there is no OS on the device you are programming. If you can't use interrupts from the OS would you have …

Member Avatar for iyercb
0
121
Member Avatar for yuriythebest

right I'm trying to clear some things from this example code: [QUOTE] DOSSEG .MODEL SMALL .STACK 200h .DATA OurString DB "This is a string of characters. " DB "Do you lack imagination? Put something interesting here!$" .CODE START: MOV AX, SEG OurString ; Move the segment where OurString is located …

Member Avatar for iyercb
0
144
Member Avatar for iyercb

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

0
41
Member Avatar for blumisa

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
83