-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc7d902
commit 1451342
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# asmfetch | ||
|
||
A fetch tool written in x86-64 assembly. Runs in under 250 microseconds. | ||
|
||
There is almost no error handling, and lots of things may break. | ||
Please report any bugs you find. | ||
|
||
 | ||
|
||
## Usage | ||
|
||
``` | ||
$ gcc -nostdlib asmfetch.S -o asmfetch | ||
$ ./asmfetch | ||
``` | ||
|
||
## Customization | ||
|
||
It wasn't designed to be very customizable, but you can tweak one or two things | ||
(including the logo) by modifying the includes in `asmfetch.S`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.