Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~324 People Reached
Favorite Tags
Member Avatar for namour84

I am writing a program to calculate how many times the hex decimal number 1ED used between memory locations 0400H and 07FFH and store the result in A ( for 8085) so my solution is : [B]MVI C,00H LXI H,0400H LXI B,03FFH MVI A,1EDH LOOP :CMP M INX H JNZ …

0
65
Member Avatar for namour84

hello sorry which method is the correct one we solved a question me and my friend in different methods and we went to our prof he said his method is the correct one and i couldn't get his idea so this one the first one is my way of solution …

Member Avatar for wildgoose
0
99
Member Avatar for namour84

can anyone help me with this program write in c++ a defintion of a complex class for complex numbers.Each object of this class will represent a complex number x+y*j storing the real part x and the imaginary part y as float in private section. Include a constructor, a destructor, access …

Member Avatar for ArkM
0
89
Member Avatar for namour84

hello all this is my first topic here actually i am taking this semester a programming language concepts course i have problems with some subjects that i can't understand hope to get some benefit form u :) so one of them are converting from BNF to EBNF thnx in advance

Member Avatar for nichokongo
0
71