GitHub - triilman25/tcp-socket-in-riscv-assembly

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

TCP SOCKET IN RISC-V ASSEMBLY/GAS (RV64I)

clip

This project is a recreation of Alexey Kutepov's (a.k.a Tsoding) livestream Web in Native Assembly (Linux x86_64), reimplemented in RISC-V assembly. It's also my first exploration of RISC-V assembly programming.

Compilation steps and learning resources attached bellow:

In RISC-V OS with GAS assembler and linker:

make # build
make clean # clean

for cross compilation:

make AS=[as-path] LD=[ld-path]

Learning resources:

OS & Toolchains (optional):

About

No description, website, or topics provided.

Resources

Readme

License

MIT license

Activity

Stars

2 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Packages

No packages published