.global main
main:
ldr r0, =msg
bl printf
bx lr
.data
msg:
.ascii "Hello! I'm Timothy!\n\0"
This is my about me for CSE 110. If you’re just here for the work I did, see here.
Also, note:
“Only wimps use tape backup: real men just upload their important stuff
on ftp, and let the rest of the world mirror it.” -Linus Torvalds
Not that this has any relevance to the conversation.
About Me
Here are some things you might find me doing when I’m not coding:
- Playing piano
- Building things out of wood
- Hanging out with friends
Most Used Programming Languages
- Java: Built a multiplayer Minecraft server in this language (source)
- JavaScript/TypeScript: Have built several websites for a variety of purposes. Also NodeJS is my default go-to for building Discord bots.
- Python: Begrudgingly the language I use to maintain a check-in system for our school’s Makerspace
Classes to Take
My Contributions

Lab 1 Screenshots
Terminal history screenshot
Commit message screenshot