Skip to content

aarch64: Fix cmp_x0,155/cmp_x0,154 incorrect defines#116

Merged
stikonas merged 1 commit intooriansj:mainfrom
gtker:main
Mar 18, 2026
Merged

aarch64: Fix cmp_x0,155/cmp_x0,154 incorrect defines#116
stikonas merged 1 commit intooriansj:mainfrom
gtker:main

Conversation

@gtker
Copy link
Contributor

@gtker gtker commented Mar 18, 2026

.global _start
_start:
cmp x0,154
cmp x0,155
/tmp/main-aarch64:     file format elf64-littleaarch64

Disassembly of section .text:

0000000000400078 <_start>:
  400078:	f102681f 	cmp	x0, #0x9a
  40007c:	f1026c1f 	cmp	x0, #0x9b

At some point™ I'll look into automatically verying the defines.

@stikonas @oriansj

```

.global _start
_start:
cmp x0,154
cmp x0,155

```

```

/tmp/main-aarch64:     file format elf64-littleaarch64

Disassembly of section .text:

0000000000400078 <_start>:
  400078:	f102681f 	cmp	x0, #0x9a
  40007c:	f1026c1f 	cmp	x0, #0x9b

```
@stikonas stikonas merged commit d861576 into oriansj:main Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants