From b730728c60c5e6a344bab52cc6f8baafbb4fae1f Mon Sep 17 00:00:00 2001 From: Joe Harley Date: Sun, 20 Feb 2022 14:49:42 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 565ec5c..dd939ca 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ But I plan to get a foundation in x86-64 assembly by doing basic programs in 808 Most of these will be ports or forks of existing software unless I get really cocky +- A basic text editor + - An assembler (probably a VASM port!) - A small, basic C compiler (see: https://www.simple-cc.org/ or https://bellard.org/tcc/)