Welcome toVigges Developer Community-Open, Learning,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
914
views
assembly - Removing Spaces from String in MIPS
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
545
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
721
views
assembly - 32-bit extended multiplication via stack
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
865
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
634
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
713
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
791
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
482
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
886
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
1.0k
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
1.0k
views
assembly - invalid effective address calculation
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
824
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
711
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
854
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
818
views
assembly - ARM AArch64 stack management
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
837
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
634
views
assembly - Does x64 support imply BMI1 support?
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
824
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
562
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
961
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
801
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
1.1k
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
1.1k
views
assembly - NASM x86_64 scanf segmentation fault
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
assembly
0
votes
1
answer
610
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
811
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
520
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
485
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
566
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 Vigges Developer Community for programmer and developer-Open, Learning and Share
Just Browsing Browsing
[1] nuxt.js - How to fix Uncaught (in promise) TypeError: Cannot set property of undefined
[2] printing characters of string from the end to the beginning using range in python
[3] next.js的url上携带参数时,为什么会默认执行一次componentDidUpdate周期函数?
[4] Error during recursive class template instantiation for overloaded multiplication operator in C++
[5] 怎么实现在新浪微博分享后,以视频的方式展示?
[6] c# - Service Reference Error on Deployed Server(Being targeted to local path of service reference class)
[7] 新手入门scrapy报错 求帮忙看看
[8] javascript - How to filter my search results by location and how to rerender?
[9] mybatis怎么映射数据到一个实体类中的map对象中?
[10] 谷歌浏览器中设置文字超出显示... 不可用
2.1m
questions
2.1m
answers
31
comments
48.7k
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问答社区
在这了问答社区
...