Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_session5383eef4faddd4f4aa7c79a057a544bf25bb78f1): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
2. ( \( \mathbf{3 0} \) pts) Write an ARM Cortex M3 assembly code that compares two ASCII character strings to understand which follows the other in alphabetical ordering. Both strings should have the same length as defined by the LENGTH variable held in R2. The starting addresses of the strings are defined by the START1 and START2 variables. If the string defined by START1 is greater than or equal to the other string, clear the GREATER variable held in R1; otherwise set it to 0xFFFFFFFF. Show how your code executes step-by-step using line comments. Example: After execution of test cases: A R1 \( =0 \times 0000000 \), for \( B R 1=0 \times 0000000 \), for \( C \) R1 \( =0 x F F F F F F F \)
