This website requires JavaScript.
Explore
Help
Sign in
Tahinli
/
Assembly
Watch
1
Star
0
Fork
You've already forked Assembly
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a8360d3b04
Assembly
/
compile
5 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
feat: get input
2024-01-04 02:31:13 +03:00
#!/bin/bash
feat: half digit feat: compile with debug options
2024-01-07 03:48:37 +03:00
as main.s -g -o main.o
gcc main.o -g -o main -nostdlib -static
feat: get input
2024-01-04 02:31:13 +03:00
./main
Reference in a new issue
Copy permalink