Skip to content

Commit

Permalink
convenience functions working
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 committed Jan 6, 2024
1 parent d06c0b9 commit 2b92b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_mountain"
version = "0.1.12"
version = "0.1.13"
authors = ["Andrew <andrew@subarctic.org>"]
license = "MIT"
description = "Lambda Mountain"
Expand Down
8 changes: 0 additions & 8 deletions stdlib/prelude.lm
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@
\t mov 0(%rdi), %al \n
\t mov 0(%rsi), %bl \n

\t xor %r8, %r8 \n
\t mov %al, %r8b \n
::put64
\t xor %r8, %r8 \n
\t mov %bl, %r8b \n
::put64

\t cmp %al, %bl \n
\t jne __streq_false \n
\t cmp $0, %al \n
Expand All @@ -132,7 +125,6 @@
\t inc %rsi \n
\t jmp __streq_loop \n
__streq_true: \n
\t ret \n
::yield-true
\t ret \n
__streq_false: \n
Expand Down

0 comments on commit 2b92b0c

Please sign in to comment.