X-Git-Url: https://git.danieliu.xyz/?p=sped.git;a=blobdiff_plain;f=README.md;fp=README.md;h=7f87c88b993e9cd0caed23c5a1ba079b15ee3abe;hp=2436d4840b9229bcd0390ff90e3fd54924460c6e;hb=737708d2a5e6ec61079236484c0a4c8234206ea8;hpb=0e7c787c5d6e31bd64fb9348c1cc4704d5b5928e diff --git a/README.md b/README.md index 2436d48..7f87c88 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ **sped** is a line editor written in x86 assembly. Back in the day, before visual editors, line editors like **ed** were used. This is my own stupid and pointless attempt at writing such line editor. -### FEATURES/NON-FEATURES - - - ### INSTALLATION #### Build from source @@ -29,12 +25,20 @@ to build the project **c** - change the contents of the current line +**o/O** - insert line after/before current line + +**d** - delete current line + **w** - saves file **q** - exists the program ### FAQ +**what is the point of this** + +obviously, we live in a day and age where we have the comfort of visual editors, so line editors like these have become obsolete. i simply wanted to work on a relatively easy to implement project so i can learn some assembly. + **are you insane** yes