https://github.com/hamflx/tiny-lang
https://github.com/hamflx/tiny-lang
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamflx/tiny-lang
- Owner: hamflx
- Created: 2023-04-07T15:55:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T14:28:48.000Z (over 2 years ago)
- Last Synced: 2024-02-15T15:40:05.913Z (over 2 years ago)
- Language: Rust
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```