add missing nasm project link
authorDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 22:19:41 +0000 (17:19 -0500)
committerDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 22:19:41 +0000 (17:19 -0500)
_data/personal-projects.yml
index.html

index d3ee2c4..4c64444 100644 (file)
@@ -1,13 +1,13 @@
+- 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: minimax
   description: |
     Unbeatable tictactoe.
     <br><br>
     Uses the <a href="https://en.wikipedia.org/wiki/Minimax">minimax algorithm</a>.
 
-- 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.
index 965610f..df02579 100644 (file)
@@ -22,6 +22,7 @@ layout: default
 <h3>personal projects:</h3>
 
 <ul class='personal-projects'>
+<li><a href="/#nasm">nasm</a></li>
 <li><a href="/#minimax">minimax</a></li>
 <li><a href="/#dylansserver">dylansserver</a></li>
 <li><a href="/#simpletimingattack">simpletimingattack</a></li>