From 5e6e6d48c069ad5a0c4c97e7f87f7676d3c8f156 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Fri, 3 Feb 2023 16:27:18 -0500 Subject: [PATCH] add nasm project --- _data/personal-projects.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/personal-projects.yml b/_data/personal-projects.yml index 06a7db0..d3ee2c4 100644 --- a/_data/personal-projects.yml +++ b/_data/personal-projects.yml @@ -4,6 +4,10 @@

Uses the minimax algorithm. +- name: nasm + description: | + 64 and 32 bit Netwide Assembly demonstration, in the form of a needlessly compli- cated hello world featuring a branch, macro and function. + - name: dylansserver description: | The initial instance of this server, which once ran it's namesake virtual domain as a custom MVC framework (it had a few more features then). It also ran my mailserver, DNS server, git server, and automated deployments and backups. -- 2.30.2