Computer Science Canada Assembly Question |
Author: | Numbah51 [ Tue Dec 01, 2009 1:38 am ] | ||||||
Post subject: | Assembly Question | ||||||
I have an assignment for architecture class and am getting confused with assembly. The question is:
Thanks for any help There were two solutions I came up with ... I'd just like some input if they are correct or some insight on how to fix them. Solution 1
Solution 2
|
Author: | Tony [ Tue Dec 01, 2009 2:04 am ] | ||||||
Post subject: | RE:Assembly Question | ||||||
It would be helpful to know what architecture you are writing this for. Though regardless, there are no arguments for routines, as you assume to be attempting to do with
and since
is an opcode, then
is not. |
Author: | mirhagk [ Tue Dec 08, 2009 3:04 pm ] |
Post subject: | RE:Assembly Question |
I know this is off-topic but does anyone know a tutorial where I can learn assembly, and how to use it?? |
Author: | apomb [ Tue Dec 08, 2009 3:24 pm ] |
Post subject: | RE:Assembly Question |
here is a great place to search a ton of assembly language tutorials and examples: www.google.ca |
Author: | jbking [ Tue Dec 08, 2009 4:35 pm ] |
Post subject: | Re: RE:Assembly Question |
mirhagk @ Tue Dec 08, 2009 1:04 pm wrote: I know this is off-topic but does anyone know a tutorial where I can learn assembly, and how to use it??
The Art of Assembly Language Programming would probably be an example for you. |
Author: | mirhagk [ Mon Dec 14, 2009 2:42 am ] |
Post subject: | RE:Assembly Question |
thank you |