diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-26 23:29:21 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-26 23:29:21 -0600 |
commit | b3cc1d7af08d3a1fa06d35f79a69e950753683f9 (patch) | |
tree | 525231b343c5e6e5843fbcb31797ba282978f7b5 | |
parent | e05dc5c2ae3bd27204bdcd928d121c36d5b16035 (diff) | |
download | antignu-b3cc1d7af08d3a1fa06d35f79a69e950753683f9.tar.gz antignu-b3cc1d7af08d3a1fa06d35f79a69e950753683f9.zip |
fucking markdown
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,7 @@ perpetually incomplete; email melody@boringcactus.com with anything i've missed. ## bash alternatives with varying degrees of compatibility: + - there's dash and there's zsh and there's fish - [list via Wikipedia](https://en.wikipedia.org/wiki/Category:Unix_shells) - [the Rust OS has a Rust shell, if you're into that](https://gitlab.redox-os.org/redox-os/ion) @@ -44,9 +45,11 @@ alternatives with varying degrees of compatibility: ## binutils for LD: + - [LLD, the LLVM Linker](https://lld.llvm.org/) for AS: + - [flat assembler](http://flatassembler.net/) (x86) - [nasm](https://www.nasm.us/) (x86) - if you try hard and believe in yourself, you can pretend LLVM IR counts as assembly @@ -107,9 +110,11 @@ for AS: ## emacs alternative implementations: + - [list via Wikipedia](https://en.wikipedia.org/wiki/Emacs#Various_Emacs_editors) incompatible alternatives: + - an IDE - [vi](https://en.wikipedia.org/wiki/Vi) etc |