X-Git-Url: https://git.danieliu.xyz/?p=sped.git;a=blobdiff_plain;f=sped.asm;h=e0920a1712b6c5af80784a4995d2eb9073796ef2;hp=544ec3cdcd246740d7e6f7fb03e4dbc2e9acadf8;hb=HEAD;hpb=737708d2a5e6ec61079236484c0a4c8234206ea8 diff --git a/sped.asm b/sped.asm index 544ec3c..e0920a1 100644 --- a/sped.asm +++ b/sped.asm @@ -1,4 +1,6 @@ ; sped - the stupidly pointless editor +; written by pinosaur +; sped.asm: main file %include "macros.S" @@ -11,8 +13,8 @@ global main section .data banner_str db `SPED - the stupidly pointless editor\n`, 0x00 - nofile_str db `no file provided\n`, 0x00 - readlines_str db `opened file with %i lines\n`, 0x00 + nofile_str db `no file provided.\n`, 0x00 + readlines_str db `opened file with %i lines.\n`, 0x00 section .text main: