Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rechnertechnik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Peter Gerwinski
Rechnertechnik
Commits
e63fdf0c
Commit
e63fdf0c
authored
4 years ago
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Korrektur blink-2s.s, 17.5.2021
parent
a880fc98
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
20210517/blink-2s.s
+1
-1
1 addition, 1 deletion
20210517/blink-2s.s
with
1 addition
and
1 deletion
20210517/blink-2s.s
+
1
−
1
View file @
e63fdf0c
...
@@ -13,7 +13,7 @@ main: ldi r30,0x2a ; lade 0x2a in das Register r30
...
@@ -13,7 +13,7 @@ main: ldi r30,0x2a ; lade 0x2a in das Register r30
inc
r30
; inkrementiere r30; danach ist Z = 0x002b
inc
r30
; inkrementiere r30; danach ist Z = 0x002b
loop
:
ld
r18
,
Z
; Speicherzelle in Register laden
loop
:
ld
r18
,
Z
; Speicherzelle in Register laden
ori
r18
,
0x40
;
Und
-Verknüpfung mit dem Binärmuster 0100 0000
ori
r18
,
0x40
;
Oder
-Verknüpfung mit dem Binärmuster 0100 0000
; (Bit auf 1 setzen: Schalte LED an)
; (Bit auf 1 setzen: Schalte LED an)
st
Z
,
r18
; Register in Speicherzelle schreiben
st
Z
,
r18
; Register in Speicherzelle schreiben
...
...
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