summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-12-02 05:21:54 -0500
committerJune McEnroe <june@causal.agency>2016-12-02 05:21:54 -0500
commitf967dca91f325af1d5fcdc0307c669594320a4df (patch)
treeebc4ab006c9d9029b2cc7abb43b23dcece9f8656
parentAdd 32-bit hex formatting (diff)
downloadaoc-f967dca91f325af1d5fcdc0307c669594320a4df.tar.gz
aoc-f967dca91f325af1d5fcdc0307c669594320a4df.zip
Write newline
-rw-r--r--day01.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/day01.asm b/day01.asm
index fd31fce..083f971 100644
--- a/day01.asm
+++ b/day01.asm
@@ -66,10 +66,11 @@ _start:
   xor rPosY, rax
   sub rPosY, rax
 
+  push `\n`
   lea rdi, [rPosX + rPosY]
   call hex32
   push rax
-  syscall SYS_WRITE, FD_STDOUT, rsp, 8
+  syscall SYS_WRITE, FD_STDOUT, rsp, 9
 
   xor rax, rax
 syscall SYS_EXIT, rax
d=4093cb550d4c7acdef1314ebe255eba07ef1f3d1&follow=1'>Add xx -p optionJune McEnroe 2019-05-27Add FrontierJune McEnroe 2019-05-27Break nicks with ZWNJJune McEnroe 2019-05-26Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe