finished lab 3
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# gpio.s
|
||||
# Trevor Barnes
|
||||
# CE2801-031
|
||||
# Description: A file to handle the GPIO behavior of the Dev Board
|
||||
|
||||
.syntax unified
|
||||
.cpu cortex-m4
|
||||
.thumb
|
||||
.section .text
|
||||
@@ -60,8 +60,8 @@ num_to_ASCII:
|
||||
|
||||
cmp r0,#0
|
||||
blt out_of_range
|
||||
cmp r0,#9999
|
||||
bgt out_of_range
|
||||
# cmp r0,#9999
|
||||
# bgt out_of_range
|
||||
|
||||
# Normal conversion behavior
|
||||
mov r1, #16
|
||||
|
||||
Reference in New Issue
Block a user