LC-3 help! Count Controlled LoopC# loop - break vs. continueAccessing the index in 'for' loops?How do I loop through or enumerate a JavaScript object?JavaScript closure inside loops – simple practical exampleHow do I break out of nested loops in Java?Looping through the content of a file in BashHow to break out of jQuery each LoopLoop through an array in JavaScriptUsing while loop in javaLargest Occurrence Count
What does a textbook look like while you are writing it?
What action is recommended if your accommodation refuses to let you leave without paying additional fees?
How is this situation not a checkmate?
Isn't the detector always measuring, and thus always collapsing the state?
Young adult short story book with one story where a woman finds a walrus suit and becomes a walrus
Duck, duck, gone!
Postgres sometimes uses inferior index for WHERE a IN (...) ORDER BY b LIMIT N
How to protect bash function from being overridden?
Writing about real people - not giving offence
How closely correlated is culture to geography?
How to say "respectively" in German when listing (enumerating) things
Booting Ubuntu from USB drive on MSI motherboard -- EVERYTHING fails
Giving a good fancy look to a simple table
What did the Federation give the Prophets in exchange for access to the wormhole in DS9?
Is there a way to make an animal companion able to read a language?
How dangerous are my worn rims?
Where does the image of a data connector as a sharp metal spike originate from?
Citing CPLEX 12.9
Why does it seem the best way to make a living is to invest in real estate?
What are one's options when facing religious discrimination at the airport?
As a team leader is it appropriate to bring in fundraiser candy?
What makes a character irredeemable?
What is the point of impeaching Trump?
Why is music is taught by reading sheet music?
LC-3 help! Count Controlled Loop
C# loop - break vs. continueAccessing the index in 'for' loops?How do I loop through or enumerate a JavaScript object?JavaScript closure inside loops – simple practical exampleHow do I break out of nested loops in Java?Looping through the content of a file in BashHow to break out of jQuery each LoopLoop through an array in JavaScriptUsing while loop in javaLargest Occurrence Count
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
First post on here, so expect some shoddy stuff.
My professor gave us a sample code which we were suppose to edit,
"Change this program to loop until it encounters a sentinel value, which is a negative number. The data begins at x3100. Use only one branch command. There will always be at least one positive integer in the list. "
Well I did that and the professor gave me a 0 because of "Count Controlled Loop submitted." I'm lost as to I only know the one way to do a loop?
.ORIG x3100
LEA R1, xFF
AND R3, R3, #0
AND R2, R2, #0
ADD R2, R2, #12
ADD R3, R3, R4
ADD R1, R1, #1
ADD R2, R2, #-1
BRzp -4
.END
loops lc3
add a comment
|
First post on here, so expect some shoddy stuff.
My professor gave us a sample code which we were suppose to edit,
"Change this program to loop until it encounters a sentinel value, which is a negative number. The data begins at x3100. Use only one branch command. There will always be at least one positive integer in the list. "
Well I did that and the professor gave me a 0 because of "Count Controlled Loop submitted." I'm lost as to I only know the one way to do a loop?
.ORIG x3100
LEA R1, xFF
AND R3, R3, #0
AND R2, R2, #0
ADD R2, R2, #12
ADD R3, R3, R4
ADD R1, R1, #1
ADD R2, R2, #-1
BRzp -4
.END
loops lc3
What LC3 assembler are you using?
– Nick ODell
Mar 29 at 14:12
add a comment
|
First post on here, so expect some shoddy stuff.
My professor gave us a sample code which we were suppose to edit,
"Change this program to loop until it encounters a sentinel value, which is a negative number. The data begins at x3100. Use only one branch command. There will always be at least one positive integer in the list. "
Well I did that and the professor gave me a 0 because of "Count Controlled Loop submitted." I'm lost as to I only know the one way to do a loop?
.ORIG x3100
LEA R1, xFF
AND R3, R3, #0
AND R2, R2, #0
ADD R2, R2, #12
ADD R3, R3, R4
ADD R1, R1, #1
ADD R2, R2, #-1
BRzp -4
.END
loops lc3
First post on here, so expect some shoddy stuff.
My professor gave us a sample code which we were suppose to edit,
"Change this program to loop until it encounters a sentinel value, which is a negative number. The data begins at x3100. Use only one branch command. There will always be at least one positive integer in the list. "
Well I did that and the professor gave me a 0 because of "Count Controlled Loop submitted." I'm lost as to I only know the one way to do a loop?
.ORIG x3100
LEA R1, xFF
AND R3, R3, #0
AND R2, R2, #0
ADD R2, R2, #12
ADD R3, R3, R4
ADD R1, R1, #1
ADD R2, R2, #-1
BRzp -4
.END
loops lc3
loops lc3
edited Mar 28 at 21:14
cybernetic.nomad
4,1432 gold badges13 silver badges26 bronze badges
4,1432 gold badges13 silver badges26 bronze badges
asked Mar 28 at 20:36
Andrew DaiseyAndrew Daisey
11 bronze badge
11 bronze badge
What LC3 assembler are you using?
– Nick ODell
Mar 29 at 14:12
add a comment
|
What LC3 assembler are you using?
– Nick ODell
Mar 29 at 14:12
What LC3 assembler are you using?
– Nick ODell
Mar 29 at 14:12
What LC3 assembler are you using?
– Nick ODell
Mar 29 at 14:12
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406455%2flc-3-help-count-controlled-loop%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406455%2flc-3-help-count-controlled-loop%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What LC3 assembler are you using?
– Nick ODell
Mar 29 at 14:12