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
~496 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sbakca

Hi.if possible can somebody tell me how to make a start to write this pseudocode in LC3 assembly lang. thank you Pseudocode for PC Interpreter ======================================================================= subroutine execute(program_pointer) { while (true) { switch (the value at the program pointer) { case '.': Output the value at the data pointer as …

0
58
Member Avatar for sbakca

can anyone tell me how to write this in LC3 thanks [code=c] for (i=0, i < 3001, i++) { if (i == 0) A[i] = 0 A[i+1] = 0 else A[i] = i } for (i = 1, i < 30,i++) { for (i+i; j < 3001) { if (A[i] …

Member Avatar for Ancient Dragon
0
438