From: Lukas Krickl Date: Sat, 4 Nov 2023 20:31:40 +0000 (+0100) Subject: Updated readme X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=cd0de293c7510903f4edb1f2d2792996e80589ab;p=ulas%2F.git Updated readme --- diff --git a/README.md b/README.md index 031a1e7..f4b21f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ulas +Unlink's light assembler is a C99 assembler for the 6502 without any external dependencies. + ## Table of content - [Installation](#Installation) @@ -10,7 +12,7 @@ ## Installation -To build this program you will require a recent C compiler, make, `libargtable2` and `libcmocka` for unit tests. +To build this program you will require a recent C compiler, and make. ```sh premake gmake # to build gnu make file