From 75d168989e9f761f0650706e35d4ccd9453ac1a6 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 11 Dec 2023 09:49:46 +0100 Subject: [PATCH] Fixed readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d9da78d..44837b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ulas -Unlink's light assembler is a C99 assembler without any external dependencies. +Unlink's light assembler is a SM83 assembler without any external dependencies written in C99. ## Table of content @@ -15,7 +15,6 @@ Unlink's light assembler is a C99 assembler without any external dependencies. To build this program you will require a recent C compiler, and make. ```sh -premake gmake # to build gnu make file make # to compile all targets ``` -- 2.30.2