-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sub sp, sp, 0x1000 not correctly assembled for ARM #10651
Labels
ARM
ARM architecture support issues
good first issue
Hacktoberfest
r2wars
RAsm-Assembler
test-required
Comments
|
all those instructions are wrongly assembled |
|
So?
… On 4 Oct 2019, at 00:55, layderv ***@***.***> wrote:
$ arm-linux-gnueabihf-as arm.s
$ arm-linux-gnueabihf-objdump -D a.out
0: e24dda01 sub sp, sp, #4096 ; 0x1000
4: e24ddb01 sub sp, sp, #1024 ; 0x400
8: e21ddb01 ands sp, sp, #1024 ; 0x400
c: e24ddb01 sub sp, sp, #1024 ; 0x400
10: e24dda01 sub sp, sp, #4096 ; 0x1000
14: e24dd901 sub sp, sp, #16384 ; 0x4000
18: e24dd401 sub sp, sp, #16777216 ; 0x1000000
1c: e24dd201 sub sp, sp, #268435456 ; 0x10000000
20: e24dd00a sub sp, sp, #10
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
layderv
added a commit
to layderv/radare2
that referenced
this issue
Oct 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ARM
ARM architecture support issues
good first issue
Hacktoberfest
r2wars
RAsm-Assembler
test-required
right now:
should be
The text was updated successfully, but these errors were encountered: