Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsea28
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Magron
tsea28
Commits
4a38fe39
Commit
4a38fe39
authored
1 year ago
by
Kevin Magron
Browse files
Options
Downloads
Patches
Plain Diff
Digit dots added, lab3 finished
parent
8736c529
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lab3.asm
+13
-15
13 additions, 15 deletions
lab3.asm
with
13 additions
and
15 deletions
lab3.asm
+
13
−
15
View file @
4a38fe39
...
...
@@ -146,27 +146,25 @@ main:
strb
r2
,
[
r0
]
mainloop:
nop
nop
nop
wfi
b
mainloop
SJUSEGTAB
.byte
0x
3
F
; ’0’
.byte
0x
0
6
; ’1’
.byte
0x
5
B
; ’2’
.byte
0x
4
F
; ’3
’
.byte
0x
6
6
; ’4’
.byte
0x
6
D
; ’5’
.byte
0x
7
D
; ’6’
.byte
0x
0
7
; ’7’
.byte
0x
7
F
; ’8’
.byte
0x
6
F
; ’9’
SJUSEGTAB
.byte
0x
B
F
; ’0
.
’
.byte
0x
8
6
; ’1
.
’
.byte
0x
D
B
; ’2
.
’
.byte
0x
C
F
; ’3
.'
.byte
0x
E
6
; ’4
.
’
.byte
0x
E
D
; ’5
.
’
.byte
0x
F
D
; ’6
.
’
.byte
0x
8
7
; ’7
.
’
.byte
0x
F
F
; ’8
.
’
.byte
0x
E
F
; ’9
.
’
.align
0x100
; Place interrupt routine for GPIO port D at an adress that ends with two zeros
;***********************************************
;*
;*
Place your i
nterrupt routine for GPIO port D h
ere
;*
I
nterrupt routine for GPIO port D h
andles the visual representation of the clock
;*
intgpiod:
;MUX
...
...
@@ -225,7 +223,7 @@ moveend:
; at an adress that ends with two zeros
;**********************************************
;*
;*
Place your i
nterrupt routine for GPIO port E h
ere
;*
I
nterrupt routine for GPIO port E h
andles the mechanics of the clock
;*
intgpioe:
; reset icr
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment