Is there any resources that can be linked, in the architecture of machine language? [closed]
Closed 3 months ago.
Is this an assembly language?
In my childhood I used to program on an MK-61 Soviet calculator. It had four operating registers (X, Y, Z, T) and 15 storage registers. A program could have 105 steps.
How does learning assembly aid in programming? [closed]
Closed 7 years ago.
Are some NOP codes treated differently than others?
I’m curious about this, let’s say I have:
How have languages influenced CPU design? [closed]
Closed 9 years ago.
Reverse engineering: what is it really good for? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I have some innocent/beginner questions: What is reverse […]
Compiling OpenGL Assembly Language (ARB) assembly code
I have two questions to ask.
Purpose of NOP instruction and align statement in x86 assembly
It has been a year or so since I last took an assembly class. In that class, we were using MASM with the Irvine libraries to make it easier to program in.
What is the difference between Times and Dup in Assembly Language?
In a bootloader, the second last line is :
Are there such thing as assembly SDK’s? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I’ve never worked in assembly, but I was […]