Skip to content

Commit

Permalink
Add important note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
LeotendoDev committed Mar 20, 2022
1 parent 343fd7e commit 43b38a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 43b38a9

Please sign in to comment.