From: Dylan Lloyd Date: Fri, 3 Feb 2023 21:27:18 +0000 (-0500) Subject: add nasm project X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=5e6e6d48c069ad5a0c4c97e7f87f7676d3c8f156;hp=614a041fa576affd6f7ecad2a551b6366db83e72;p=disinclined.org.git add nasm project --- 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.