Improved assembler
This commit is contained in:
18
README.md
18
README.md
@ -21,12 +21,26 @@ Build a Linux ELF executable from `examples/hello`:
|
||||
|
||||
```shell
|
||||
./q build examples/hello
|
||||
./examples/hello/hello
|
||||
```
|
||||
|
||||
Run the generated executable:
|
||||
## Source
|
||||
|
||||
- [main.go](main.go)
|
||||
- [src/cli/Main.go](src/cli/Main.go)
|
||||
- [src/cli/Build.go](src/cli/Build.go)
|
||||
- [src/build/Build.go](src/build/Build.go)
|
||||
|
||||
## Tests
|
||||
|
||||
```shell
|
||||
./examples/hello/hello
|
||||
go test -coverpkg=./...
|
||||
```
|
||||
|
||||
## Benchmarks
|
||||
|
||||
```shell
|
||||
go test -bench=. -benchmem
|
||||
```
|
||||
|
||||
## License
|
||||
|
Reference in New Issue
Block a user