This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
ak3-labs-asm
Watch
1
Star
0
Fork
You've already forked ak3-labs-asm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
lab2: edit BKPT_WRITE macro so it can accept r0 as address source
Browse Source
...
This commit is contained in:
ІО-23 Шмуляр Олег
2025-02-09 13:38:57 +02:00
parent
54ce3caccb
commit
797b9503b7
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
lab1_v2.S
Unescape
Escape
View File
@ -3,8 +3,8 @@
.thumb
.macro
BKPT_WRITE
addr
_
s
r
c
mov
r0
,
0
x4
mov
r1
,
\
a
d
d
r
_
s
r
c
mov
r0
,
0
x4
bkpt
0
x
A
B
.endm
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
hasslesstech/ak3-labs-asm
Title
Body
Create Issue