Skip to content

hirohito-protagonist/hla-learn-adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hla-learn-adventure

Learn High Level Assembly by practice.

Getting started

  1. Download compiler and follow installation instructions on the page for your operating system.

  2. Optional Download NASM - NASM here is used to emit asm files.

  3. To check installation clone the repo and navigate to src folder then from command line type:

    hla -v hello-world.hla

  4. If the compiler is working and on compilation there is no an error you are ready to go.

To emit asm file it's possible with NASM by specifying -nasm flag for compiler. Here is command to use for examples:

hla -v -nasm hello-world.hla

License

Unlicense

About

Examples of High Level Assembly (HLA)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published