Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unreplyed
Tags
Users
Post an Article
Post an Article
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent articles tagged assembly
0
votes
1
reply
760
views
assembly - Binary Bomb Phase 5 - lookup table translation -> string compare
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
725
views
assembly - Linux x64: why does r10 come before r8 and r9 in syscalls?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
700
views
assembly - Can PTEST be used to test if two registers are both zero or some other condition?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
630
views
assembly - Initial state of program registers and stack on Linux ARM
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
679
views
assembly - Why is it not possible to push a byte onto a stack on Pentium IA-32?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
999
views
assembly - Fast Division on GCC/ARM
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
670
views
assembly - Does Java strictfp modifier have any effect on modern CPUs?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
616
views
assembly - What is the penalty of mixing EVEX and VEX encoded scheme?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
687
views
assembly - How is floating point conversion actually done in C++?(double to float or float to double)
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
838
views
assembly - Convert ASM to C (not reverse engineer)
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
795
views
assembly - How many ways to set a register to zero?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.0k
views
assembly - What are the ESP and the EBP registers?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
614
views
assembly - What is the point of delay slots?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
671
views
assembly - more info on Memory layout of an executable program (process)
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.6k
views
assembly - Difference between JE/JNE and JZ/JNZ
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
964
views
assembly - Purpose of ESI & EDI registers?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.4k
views
assembly - Printing floats with printf in x86 nasm 32-bit
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
931
views
assembly - What is the point of SSE2 instructions such as orpd?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.2k
views
assembly - Binary Bomb Phase 5 issue (my phase 5 seems to be different from everyone elses)
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
968
views
assembly - BIOS int 10h printing garbage on QEMU
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
779
views
assembly - How much faster are SSE4.2 string instructions than SSE2 for memcmp?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
873
views
assembly - When should I use size directives in x86?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
933
views
assembly - Why can I access lower dword/word/byte in a register but not higher?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.0k
views
assembly - Using ymm registers as a "memory-like" storage location
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
826
views
assembly - Which versions of Windows support/require which CPU multimedia extensions? (How to check if SSE or AVX are fully usable?)
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.1k
views
assembly - Differences between general purpose registers in 8086: [bx] works, [cx] doesn't?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.2k
views
assembly - Getting string input and displaying input with DOS interrupts MASM
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
813
views
assembly - How to determine if the registers are loaded right to left or vice versa
posted
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 »
Post an article:
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] arrays - Catch items from list which contain specifc string c#
[2] github - Default GIT extension
[3] switch statement - C: handling case...else
[4] Update a variable in list from another list using c# linq
[5] r - Creating dataframe under reactive values
[6] iconfont 下载的 svg 图标怎么可以让它细一点
[7] amazon web services - How to use multiple AWS account to isolate terraform state between environment
[8] vue项目怎么将http改成https,怎么弄个证书
[9] google cloud platform - GCP Startup script is not executed
[10] c# - ASP.NET MVC 4: Error received when trying to insert datetime field in Sql Server Database from input text box
1.4m
articles
1.4m
replys
5
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
广告位招租
Recent articles tagged assembly
...