aboutsummaryrefslogtreecommitdiff
path: root/svc.S
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-04 19:37:32 +0100
committervetch <vetch97@gmail.com>2020-01-04 19:37:32 +0100
commit615e3302c9dd358bb64cd56d1f3814ad8d5df84d (patch)
tree07b0469807eb3bff7ff7d3f3576858642bc66675 /svc.S
parent885a097da42317f48cead2d91c0e0240066943a8 (diff)
downloadrpi-MMU-example-615e3302c9dd358bb64cd56d1f3814ad8d5df84d.tar.gz
rpi-MMU-example-615e3302c9dd358bb64cd56d1f3814ad8d5df84d.zip
rearranged files, updated makefile
Diffstat (limited to 'svc.S')
-rw-r--r--svc.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/svc.S b/svc.S
deleted file mode 100644
index 65200d8..0000000
--- a/svc.S
+++ /dev/null
@@ -1,5 +0,0 @@
-.global svc
-
-svc:
- svc #0
- mov pc, lr