http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=print.s;h=3a46c724efa996310ab365d46c3c6f5330e47fb2;hp=ab6eef4c92c9a66441c0abd6c1999ddc61af5bd3;hb=85d77ed5b53a1bd5642985ca7c6e563c58c98fa1;hpb=f9f4f8ebffb463d53ae5a239ddfbe8380f258b8b;ds=sidebyside
search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side Allow controlling (no) newline when printing and listen to keystrokes [nameless-os.git] / print.s diff --git a/print.s b/print.s index ab6eef4c92c9a66441c0abd6c1999ddc61af5bd3..3a46c724efa996310ab365d46c3c6f5330e47fb2 100644 (file) --- a/ print.s +++ b/ print.s @@ -1,12 +1,41 @@ %define CURRENT_ADDR cs:di %define CURRENT_ADDR cs:di -print_word:...