finished lab 3

This commit is contained in:
Trevor Barnes
2019-10-22 11:34:22 -05:00
parent d038cd8ee3
commit 5723965f38
27 changed files with 7345 additions and 1902 deletions

View File

@@ -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

View File

@@ -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