An open API service indexing awesome lists of open source software.

https://github.com/hamflx/tiny-lang


https://github.com/hamflx/tiny-lang

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# tiny-lang

```
npm run res:build
node src/Demo.bs.js
cargo run -p shellcode
cargo run -p vm
```

```
objdump -D -Mintel,x86-64 -b binary -m i386 machine_code.bin
```

```
as test.s -o test.o
objdump -d test.o
```