Luny

Blogs

Here you can read my writes up about whatever I'm interested in at the moment. It may help me in the future whenever I need to revisit a certain knowledge point that I knew I have worked on it before.

There might be some random ramblings but that's how I like to document my journey. Hope you have fun reading my struggles!

Chapter 2 - Moving and Adding

Two basic operations in the Assembly Language, as always, we need a way to move or copy values as well as doing arithmetic on them. Once we get add, subtract is also automatically done.

assembly

Chapter 1 - ASM with ARM64 on Apple Silicon

Let's go over my first steps into the Assembly Language, using ARM64 syntax, and running on Apple Silicon.

assembly