Skip to content

amd64/x86: Add mov_rbx,rsp/mov_ebx,esp#121

Merged
stikonas merged 2 commits into
oriansj:mainfrom
gtker:main
May 14, 2026
Merged

amd64/x86: Add mov_rbx,rsp/mov_ebx,esp#121
stikonas merged 2 commits into
oriansj:mainfrom
gtker:main

Conversation

@gtker
Copy link
Copy Markdown
Contributor

@gtker gtker commented May 13, 2026

gtker added 2 commits May 13, 2026 17:36
```

.intel_syntax noprefix
.global _start
_start:
mov rbx,rsp

```

```

/tmp/main-amd64:     file format elf64-x86-64

Disassembly of section .text:

0000000000401000 <_start>:
  401000:	48 89 e3             	mov    rbx,rsp

```
```

.intel_syntax noprefix
.global _start
_start:
mov ebx,esp

```

```

/tmp/main-x86:     file format elf32-i386

Disassembly of section .text:

08049000 <_start>:
 8049000:	89 e3                	mov    ebx,esp

```
@stikonas stikonas merged commit d80aca8 into oriansj:main May 14, 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