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
1.1k
views
assembly - x86-64 canonical address?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
934
views
assembly - How to "goto" into different function in c?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
874
views
assembly - Reading from memory in 8086 real mode while using 'ORG 0x0000'
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.1k
views
assembly - X86 instructions to power off computer in real mode?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.0k
views
assembly - How does one do integer (signed or unsigned) division on ARM?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.1k
views
assembly - What is callq instruction?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.1k
views
assembly - How to write to the console in fasm?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.1k
views
assembly - What does an equals sign = on the right side of a LDR instruction in ARM mean?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
788
views
assembly - How does the CPU/assembler know the size of the next instruction?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.2k
views
assembly - Why would we use addiu instead of addi?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
758
views
assembly - x86 32 bit opcodes that differ in x86-x64 or entirely removed
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
888
views
assembly - Is reserving stack space necessary for functions less than four arguments?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.4k
views
assembly - View disassembly in XCode 4 (or Xcode 5 or Xcode 6)
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
962
views
assembly - How can ARM's MOV instruction work with a large number as the second operand?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.6k
views
assembly - Linking C with NASM
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.5k
views
assembly - In x86 what's difference between "test eax,eax" and "cmp eax,0"
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
864
views
assembly - What is register %eiz?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
923
views
assembly - Converting very simple ARM instructions to binary/hex
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
998
views
assembly - What's the purpose of the rotate instructions (ROL, RCL on x86)?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.6k
views
assembly - ret, retn, retf - how to use them
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.0k
views
assembly - What's the purpose of the CIL nop opcode?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
852
views
assembly - Writing my own BIOS
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.2k
views
assembly - Print decimal in 8086 emulator
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
979
views
assembly - Saving integers as Strings in MIPS
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.0k
views
assembly - How to determine if ModR/M is needed through Opcodes?
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
1.2k
views
assembly - Multiply numbers without using instructions MUL, IMUL, SHL, SHR, LOOP
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
865
views
assembly - Creating an x86 assembler program that converts an integer to a 16-bit binary string of 0's and 1's
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
877
views
assembly - Make previous memory stores visible to subsequent memory loads
posted
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
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] 求一个正则判断是否是纯数字
[2] 图片能加载却不能是为什么?
[3] r - Plotting Donut Chart with Plotly
[4] MySQL SHOW CREATE TRIGGER trigger name- Only return one column
[5] idea maven install 卡住
[6] vue-cli3 把路由解析成了ajax请求
[7] babel7没有转换 vuex中的const,这是为什么a
[8] css - How do I remove spacing around elements inside ".container-fluid"?
[9] python - Unable to use cflag optimization when building a lambda layer
[10] r - Hypothesis Testing: difference of distributions of a multi-level factor between two samples
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
...