diff options
-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 |