Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged assembly
0
votes
760
views
1
answer
assembly - Binary Bomb Phase 5 - lookup table translation -> string compare
I have been working on a Binary Bomb for school, and I am absolutely lost in Phase 5. The object of the ... >: ret End of assembler dump. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
725
views
1
answer
assembly - Linux x64: why does r10 come before r8 and r9 in syscalls?
I decided to take a crack at assembly the other day, and I've been playing around with really basic things like ... then why was it swapped in? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
700
views
1
answer
assembly - Can PTEST be used to test if two registers are both zero or some other condition?
What can you do with SSE4.1 ptest other than testing if a single register is all-zero? Can you use a ... not both zero without destroying them See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
630
views
1
answer
assembly - Initial state of program registers and stack on Linux ARM
I'm currently playing with ARM assembly on Linux as a learning exercise. I'm using 'bare' assembly, i.e ... ? Any pointers would be appreciated. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
679
views
1
answer
assembly - Why is it not possible to push a byte onto a stack on Pentium IA-32?
I've come to learn that you cannot push a byte directly onto the Intel Pentium's stack, can anyone explain this ... my naivety in any of this. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
999
views
1
answer
assembly - Fast Division on GCC/ARM
As far as I know most compilers will do fast division by multiplying and then bit shifting to the right. For ... result in memory (from r3) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
670
views
1
answer
assembly - Does Java strictfp modifier have any effect on modern CPUs?
I know the meaning of the strictfp modifier on methods (and on classes), according to the JLS: JLS 8.4 ... and without the strictfp modifier? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
616
views
1
answer
assembly - What is the penalty of mixing EVEX and VEX encoded scheme?
It is a known issue that mixing VEX-encoded instructions and non-VEX instructions has a penalty and the programmer must ... we want to mix them. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
687
views
1
answer
assembly - How is floating point conversion actually done in C++?(double to float or float to double)
So I've searched about this topic and found nothing really relevant about it. I've tried to look at the ... the actual operations performed... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
838
views
1
answer
assembly - Convert ASM to C (not reverse engineer)
I googled and I see a surprising amount of flippant responses basically laughing at the asker for asking such a ... surely can be translated. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
795
views
1
answer
assembly - How many ways to set a register to zero?
I'm curious how many ways are there to set a register to zero in x86 assembly. Using one instruction. Someone told me ... mov ax, 0 and ax, 0 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.0k
views
1
answer
assembly - What are the ESP and the EBP registers?
I found that the ESP register is the current stack pointer and EBP is the base pointer for the current stack ... like most ISAs) grows downward. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
614
views
1
answer
assembly - What is the point of delay slots?
So from my understanding of delay slots, they occur when a branch instruction is called and the next ... getting carried out anyway.. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
671
views
1
answer
assembly - more info on Memory layout of an executable program (process)
I attended interview for samsung. They asked lot of questions on memory layout of the program. I barely know anything ... me look so stupid. :) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.6k
views
1
answer
assembly - Difference between JE/JNE and JZ/JNZ
In x86 assembly code, are JE and JNE exactly the same as JZ and JNZ? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
964
views
1
answer
assembly - Purpose of ESI & EDI registers?
What is the actual purpose and use of the EDI & ESI registers in assembler? I know they are used for ... Can someone also give an example? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.4k
views
1
answer
assembly - Printing floats with printf in x86 nasm 32-bit
I'm trying to print out some 32-bit floats using NASM flavored x86 assembly. This is a minimum working ... have to be missing something. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
931
views
1
answer
assembly - What is the point of SSE2 instructions such as orpd?
The orpd instruction is a "bitwise logical OR of packed double precision floating point values". Doesn't this do ... the point of having it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.2k
views
1
answer
assembly - Binary Bomb Phase 5 issue (my phase 5 seems to be different from everyone elses)
So I am working on a Binary Bomb assignment and have gotten stuck. Tried looking at other questions and guides ... if my formatting is wrong. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
968
views
1
answer
assembly - BIOS int 10h printing garbage on QEMU
I have a problem while writing an x86 real mode assembly program that runs as a bootloader in QEMU. I'm trying to ... and how can it be fixed? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
779
views
1
answer
assembly - How much faster are SSE4.2 string instructions than SSE2 for memcmp?
Here is my code's assembler Can you embed it in c ++ and check against SSE4? At speed I would ... 32bit https://vk.com/doc297044195_451679410 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
873
views
1
answer
assembly - When should I use size directives in x86?
When to use size directives in x86 seems a bit ambiguous. This x86 assembly guide says the following: In ... the DWORD PTR directive redundant? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
933
views
1
answer
assembly - Why can I access lower dword/word/byte in a register but not higher?
I started to learn assembler, and this does not looks logical to me. Why can't I use multiple higher bytes ... and forget about the lower parts? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.0k
views
1
answer
assembly - Using ymm registers as a "memory-like" storage location
Consider the following loop in x86: ; on entry, rdi has the number of iterations .top: ; some magic ... consider solutions that use them. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
825
views
1
answer
assembly - Which versions of Windows support/require which CPU multimedia extensions? (How to check if SSE or AVX are fully usable?)
So far I have managed to find out that: SSE and SSE2 are mandatory for Windows 8 and later (and of course for ... from one of the SSE/AVX sets. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.1k
views
1
answer
assembly - Differences between general purpose registers in 8086: [bx] works, [cx] doesn't?
In 8086 this structure is correct: mov bh,[bx] but this is not correct: mov bh,[cx] I don't know why. ... save the base address in cx register?) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1.2k
views
1
answer
assembly - Getting string input and displaying input with DOS interrupts MASM
In MASM, I created a buffer variable to hold the user string input from keyboard. I am stuck on how to ... of input of buffered characters. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
813
views
1
answer
assembly - How to determine if the registers are loaded right to left or vice versa
When reviewing gdb output and looking at the assembly calls, usually I can find a command using hard-coded values ... to right or vice versa? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
Page:
« prev
1
...
7
8
9
10
11
12
13
14
15
16
17
...
24
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] python - Deploy containerized lambda with layer using CDK
[2] Plotting basis (heat) maps in R
[3] webkitaudiocontext - How can I detect if Safari is really playing an audio file with webkit audio?
[4] 不在微信公众号环境,h5如何调用摄像头进行扫一扫?
[5] 我是个前端开发者,现在想学习java或者说想学习怎么写接口,不知道从哪里开始入门,有没有推荐学习的资料或者视频
[6] fiddler ios 已信任证书, 为什么无法抓取https, 显示 443?
[7] Adding a REST API to Spring MVC application
[8] laravel admin 如何修改默认登录URL路由?
[9] sorting - LISP sort list of lists by 2 arguments
[10] javascript - HTML href as Google Apps Script variable
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...