Welcome to ZaiZheLe Developer Zone-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
1
answer
823
views
assembly - Removing Spaces from String in MIPS
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
454
views
assembly - How is it possible that BITWISE AND operation to take more CPU clocks than ARITHMETIC ADDITION operation in a C program?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
632
views
assembly - 32-bit extended multiplication via stack
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
787
views
assembly - NASM - How do you move an 8-bit register into a full 32-bit register?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
573
views
assembly - X86 IDIV sign of remainder depends on sign of dividend for 8/-3 and -8/3?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
600
views
assembly - Using 8-bit registers in x86-64 indexed addressing modes
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
744
views
assembly - Difference between MOV r/m8,r8 and MOV r8,r/m8
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
414
views
assembly - Is there any way to write for Intel CPU direct core-to-core communication code?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
797
views
assembly - Compile ASM and C with ASM for debugging
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
944
views
assembly - RISC-V build 32-bit constants with LUI and ADDI
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
922
views
assembly - invalid effective address calculation
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
658
views
assembly - Why does syscall compile in NASM 32 bit output while popa does not compile in 64 bit?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
582
views
assembly - What does it mean that "registers are preserved across function calls"?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
769
views
assembly - Hello world in NASM with LINK.EXE and WinAPI
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
701
views
assembly - ARM AArch64 stack management
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
731
views
assembly - Print a number in NASM - building an x86 Bootsector
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
556
views
assembly - Does x64 support imply BMI1 support?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
751
views
assembly - use slt to check unsigned integer addition carry flag mips
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
499
views
assembly - Why does GCC chose dword movl to copy a long shift count to CL?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
830
views
assembly - Multiplying 32 bit two numbers on 8086 microprocessor
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
699
views
assembly - What is the "relationship" between addi and subi?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
975
views
assembly - EMU8086 dividing 32 bit number by a 16 bit number gives unexpected 0 remainder
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
968
views
assembly - NASM x86_64 scanf segmentation fault
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
538
views
assembly - why cannot define same local label in multiple functions?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
729
views
assembly - Why any modern x86 masks shift count to the 5 low bits in CL
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
461
views
assembly - INT 13, 2 hanging on x86 real mode when trying to read sectors from floppy drive
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
419
views
assembly - About the memory layout of programs in Linux
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
480
views
assembly - Switch from protected mode to real mode in a DOS EXE program
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
Page:
1
2
3
4
5
6
...
24
next »
Ask a question:
Welcome to ZaiZheLe Developer Zone-Open, Learning and Share
Just Browsing Browsing
[1] vue如何在绑定的元素前面或后面加字符串?
[2] webpack5 启动devServer 报错
[3] vue 编程式导航和静态导航跳转什么区别、
[4] go - How to filter json data into an array
[5] vue如何实现整点的时候自动请求接口刷新页面数据?
[6] c++ - How to set tab based cookies in WebView2?
[7] 正则怎么将json格式中的long类型转换字符串?
[8] ant-design-vue的a-modal嵌套一个a-modal或者confirm事件更改不了样式
[9] excel - Return formatted value of cell and not ###### (Robust method)?
[10] android - Listen for dynamic, universal AND deep links all in one intent filter
548k
questions
547k
answers
4
comments
47.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
google
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
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
web
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
...