MatDang Posted July 3, 2020 Share Posted July 3, 2020 This is the question START Integer A, B C = A2 x B IF (C = 0) THEN C = C + 1 ELSE C = A XOR B END Link to comment https://www.neowin.net/forum/topic/1397291-hi-i-need-help-translating-pseudocode-to-assembly-language/ Share on other sites More sharing options...
0 spikey_richie Posted July 3, 2020 Share Posted July 3, 2020 What have you tried so far? Link to comment https://www.neowin.net/forum/topic/1397291-hi-i-need-help-translating-pseudocode-to-assembly-language/#findComment-598561393 Share on other sites More sharing options...
0 +Nik Louch Subscriber² Posted July 3, 2020 Subscriber² Share Posted July 3, 2020 It seems a lot like this is class work, and as such there's an expectation that you should have been taught this? Link to comment https://www.neowin.net/forum/topic/1397291-hi-i-need-help-translating-pseudocode-to-assembly-language/#findComment-598561411 Share on other sites More sharing options...
Question
MatDang
This is the question
START
Integer A, B
C = A2 x B
IF (C = 0) THEN C = C + 1
ELSE C = A XOR B
END
Link to comment
https://www.neowin.net/forum/topic/1397291-hi-i-need-help-translating-pseudocode-to-assembly-language/Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now