From 43b38a91ef56c074ad1e52209b7a529ca14aea53 Mon Sep 17 00:00:00 2001 From: LeotendoDev Date: Sun, 20 Mar 2022 15:30:11 +0100 Subject: [PATCH] Add important note to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a3296d..7787eb2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # HASM - Highly Assembly A higher version of the assembly programming language, with modern -features like OOP. +features like OOP. I don't think that this project even make sense, +you can just use a easier language like C that is also directly compiled to assembly code. +But this language is more for people who wan't to learn assembly! With this language is the learning curve for assembly much lower! ## Features -- [x] Compiled to native x86_64 asm +- [x] Compiled to native x86-64 asm - [x] OOP Support - [x] Integrated Linker - [x] Dynamically typeed