FactChecker's latest activity
-
FactChecker reacted to sbrothy's post in the thread Learning Assembly and computer architecture for x86 with
Like.
We all ef up from time to time. :woot: -
FactChecker reacted to Rive's post in the thread Learning Assembly and computer architecture for x86 with
Informative.
It was more about the scope of typical application. X86 got lot of programmers since it was a widely used open platform. The RISC... -
FactChecker replied to the thread Learning Assembly and computer architecture for x86.Thanks! AAARRRRRGGGGHHHH! I hereby disqualify myself from any further comments on this subject. -
FactChecker reacted to Mark44's post in the thread Learning Assembly and computer architecture for x86 with
Informative.
The instructions are not necessarily one cycle. See this reference for cycle times for one version of ARM, a RISC assembly language --... -
FactChecker reacted to difalcojr's post in the thread Thank you to mentors, advisors and members with
Love.
I want to thank those members who interacted with me a couple of years ago in two Optics Forum threads. They were @Drakkith, @hutchphd... -
FactChecker replied to the thread Learning Assembly and computer architecture for x86.Thanks for clarifying. I conclude that I was just confused about RISK. The demand for programmers when RISK began was probably just part... -
FactChecker reacted to Mark44's post in the thread Learning Assembly and computer architecture for x86 with
Informative.
No, nothing like that. You don't have to keep track of time. That sounds more like low-level real-time programming, as a guess. I don't... -
FactChecker replied to the thread Learning Assembly and computer architecture for x86.I got the (maybe incorrect) impression that RISC programming was harder when there was a great shortage of RISK programmers. Maybe the... -
FactChecker reacted to Mark44's post in the thread Learning Assembly and computer architecture for x86 with
Like.
RISC (reduced instruction set computing) instruction sets are smaller than those for CISC (complex instruction set computing), which is... -
FactChecker replied to the thread Learning Assembly and computer architecture for x86.To be more precise, an assembly language is matched to the architecture that it runs on. Different architecture has a different assembly... -
FactChecker replied to the thread Learning Assembly and computer architecture for x86.I think the difference between RISK versus CISK is more significant than that. -
FactChecker reacted to Mark44's post in the thread Learning Assembly and computer architecture for x86 with
Like.
You are mistaken here. Different architectures have different assembly languages. Sometimes there even are different versions of an... -
FactChecker reacted to sbrothy's post in the thread Learning Assembly and computer architecture for x86 with
Like.
I think firmware is more @FactChecker ‘s alley. I’d call a device driver firmware. Anything that interfaces to hardware. -
FactChecker reacted to Mark44's post in the thread Learning Assembly and computer architecture for x86 with
Informative.
Visual Studio doesn't permit inline assembly (i.e., using the asm keyword) in 64-bit code. The example I showed was compiled as 32-bit... -
FactChecker reacted to sbrothy's post in the thread Learning Assembly and computer architecture for x86 with
Like.
Indeed, assembly language isn't known for being funny and a breeze to work with. And as for speeding things up in this day and age...