Skip to content

Commit

Permalink
Make _magic global, and add magic
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent 9af5727 commit 5dec4cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions magic.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.align 2
global _magic
_magic:
mov X0, #42

.align 2
global magic
magic:
mov X0, #69

0 comments on commit 5dec4cb

Please sign in to comment.