https://github.com/pfriedrix/pfriedrix
https://github.com/pfriedrix/pfriedrix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfriedrix/pfriedrix
- Owner: pfriedrix
- Created: 2022-02-13T16:38:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:50:45.000Z (over 4 years ago)
- Last Synced: 2025-01-20T06:14:06.922Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
.global _start
_start: addi a0, x0, 1
la a1, welcome
addi a2, x0, 13
addi a7, x0, 64
ecall
addi a0, x0, 0
addi a7, x0, 93
ecall
.data
welcome: .ascii "pfriedrix"
```