25 lines
522 B
Markdown
25 lines
522 B
Markdown
## EAXHLA
|
|
#### Emil, Anon, Xolatile High level Assembly
|
|
|
|
Assembly language with high level constructs.
|
|
|
|
#### Building
|
|
|
|
Building is simple, run:
|
|
|
|
```sh
|
|
make bootstrap
|
|
make
|
|
```
|
|
|
|
You may set `DEBUG=1` in your environment to produce a debugging build,
|
|
see the Makefile for more options.
|
|
|
|
#### Licensing
|
|
|
|
Copyright 2024 Emil Williams, Anon8697, Ognjen Milan Robovic
|
|
|
|
EAXHLA and its components are licensed under the GPLv3-only.
|
|
Any output, such as an executable or object file,
|
|
is exempt from any terms of the semantics GPLv3.
|