https://github.com/eoinkelly/arm-asm-experiments
Experiments in ARM Assembly Language
https://github.com/eoinkelly/arm-asm-experiments
Last synced: about 1 month ago
JSON representation
Experiments in ARM Assembly Language
- Host: GitHub
- URL: https://github.com/eoinkelly/arm-asm-experiments
- Owner: eoinkelly
- Created: 2020-04-27T05:54:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T06:04:00.000Z (over 5 years ago)
- Last Synced: 2025-01-07T08:48:40.752Z (9 months ago)
- Language: Assembly
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ideas
## Implement a basic web server in arm asm
Q: how does it handle multiple connections?
what does it return?
read files from disk
connect to an upstream process via socket (unix or tcp)Trial 1: hello world
Trial 2: open tcp port socket and return compiled in chunk of text
Trial 3: connect to a rails process on a socket