Skip to content

Instantly share code, notes, and snippets.

@igrep
Created December 31, 2019 08:38
Embed
What would you like to do?
.text
.global _start
_start:
MOV X0, #65
MOV X8, #93
SVC 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment