Exam (elaborations)
Lab 8 Carleton University SYSC 3006
- Course
- Institution
Fragment 1: B Main ExampleString ; start of packed string DCD #0x ; ‘S’=0x53 ‘Y’=0x59 ‘S’=0x53 ‘C’=0x43 DCD #0x DCD #0x ; 1st 00 is the null-terminator, 2nd 00 is just padding to fill the word Main ; R0 = address of the packed string LEA R0, [ ExampleString ] ; R1 = index o...
[Show more]