testing out Emacs Magit

This commit is contained in:
2025-09-12 16:53:49 +01:00
parent ee1b739c0f
commit 66d257bf83
2 changed files with 9 additions and 9 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,6 @@
.vscode .vscode
.idea .idea
dist-newstyle
a.out
out.o
out.asm

View File

@@ -21,45 +21,41 @@
0 = if 0 = if
0 = if 0 = if
32 display
0 = if 0 = if
( 0 0 0 ) ( 0 0 0 )
32 display
swap dup 0 ! swap dup 0 !
else else
( 0 0 1 ) ( 0 0 1 )
35 display
swap dup 1 ! swap dup 1 !
fi fi
else else
35 display
0 = if 0 = if
( 0 1 0 ) ( 0 1 0 )
35 display
swap dup 1 ! swap dup 1 !
else else
( 0 1 1 ) ( 0 1 1 )
35 display
swap dup 1 ! swap dup 1 !
fi fi
fi fi
else else
0 = if 0 = if
32 display
0 = if 0 = if
( 1 0 0 ) ( 1 0 0 )
32 display
swap dup 0 ! swap dup 0 !
else else
( 1 0 1 ) ( 1 0 1 )
35 display
swap dup 1 ! swap dup 1 !
fi fi
else else
35 display
0 = if 0 = if
( 1 1 0 ) ( 1 1 0 )
35 display
swap dup 1 ! swap dup 1 !
else else
( 1 1 1 ) ( 1 1 1 )
32 display
swap dup 0 ! swap dup 0 !
fi fi
fi fi