Luny
Picture of an ugly woman

Heyyy!

My name is Nguyet Anh (pronounced however you like), I'm studying to be a software developer. I like building things that look pleasing.

What I'm working on

Cardcaptor Sakura

A 2D platformer game built from the ground up using C and Simple DirectMedia Layer, as a way to learn C in depth while making a game.

Active

Dodge the Creeps 2D

The tutorial game of Godot Engine, but remade in C and Simple DirectMedia Layer as a stepping stone to learn SDL programming. All assets are property of Godot.

Maintenance

What I'm thinking

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.

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.