https://github.com/dadhi/fasm
Ejemplos in fasm
https://github.com/dadhi/fasm
Last synced: 4 months ago
JSON representation
Ejemplos in fasm
- Host: GitHub
- URL: https://github.com/dadhi/fasm
- Owner: dadhi
- Created: 2023-09-22T10:47:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T16:58:46.000Z (8 months ago)
- Last Synced: 2025-06-04T09:59:29.870Z (4 months ago)
- Language: Assembly
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with Assembler
## Links
- FlatAssembler https://flatassembler.net/
- `server.s` is web server for ARM MaxOS from https://github.com/dadhi/assembly-http-server and originally from https://github.com/dmtrKovalenko/macos-assembly-http-server## Install
```bash
wget https://flatassembler.net/fasm-1.73.32.tgz
tar -xzf fasm-1.73.32.tgz
sudo mv fasm /usr/bin/
echo 'export PATH=$PATH:/usr/bin/fasm' >> ~/.bashrc && source ~/.bashrc```
## Compile and Run
```bash
fasm ./src/fasm_server.asm fasm_server && ./fasm_server
```
## Ejemplos in flat assembler
- [X] Hello Sailor
- [ ] **@wip** Web server