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
941
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
880
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
795
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
766
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
896
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
971
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
867
views
assembly - What is register %eiz?
posted
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
reply
930
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
1.0k
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
862
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
986
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
871
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
886
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] antd Upload放动态增减表单 onchange不起作用是什么原因
[2] 谷歌开发者模式中,这个标志是什么意思呢?
[3] npm包ws,怎么在连接上添加自定义属性?
[4] C# Formatting integers
[5] html - JavaScript Array is filtered but select option are not filtered duplicate IDs?
[6] element表格动态添加列后,dom被复用,导致列宽不对
[7] 请问各位大哥,页面上可以展示代码,这是什么插件?
[8] google kubernetes engine - How to alert if 2 pods of same deployment running in same server GKE
[9] Promise then catch 的 使用问题
[10] vue 项目怎么做天气
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
...