Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
paraboul
on July 16, 2014
|
parent
|
context
|
favorite
| on:
An IRC Bot in Arm Assembler
It runs on an OS (POSIX compliant). If you look at connect.s you can see that he uses syscalls (connect()/socket()). It's roughly what would produce a simple compiler targeting linux.
Otherwise, it would have had to write a TCP stack, drivers, ...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Otherwise, it would have had to write a TCP stack, drivers, ...