Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijah629/nasmc
https://github.com/elijah629/nasmc
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elijah629/nasmc
- Owner: elijah629
- Created: 2023-08-12T20:44:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T06:30:28.000Z (over 1 year ago)
- Last Synced: 2024-04-28T07:23:54.818Z (9 months ago)
- Language: TypeScript
- Homepage: https://nasmc.vercel.app
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nasmc |||||||||||||||||||
Compile x86 online quickly. Uses `nasm -felf32 -Werror` and `objdump -M intel -d` on the server.
- [src/assets/lnasm](./src/assets/lnasm)
- [src/assets/objdump](./src/assets/objdump)Have been both statically linked with libc, and compiled for vercel's serverless environment.