Insights Blog
-- Browse All Articles --
Physics Articles
Physics Tutorials
Physics Guides
Physics FAQ
Math Articles
Math Tutorials
Math Guides
Math FAQ
Education Articles
Education Guides
Bio/Chem Articles
Technology Guides
Computer Science Tutorials
Forums
Trending
Log in
Register
What's new
Latest activity
Register
Menu
Log in
Register
Navigation
More options
Style variation
System
Light
Dark
Contact us
Close Menu
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
FactChecker's latest activity
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.
Sep 6, 2025
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 --...
Sep 6, 2025
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...
Sep 5, 2025
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...
Sep 5, 2025
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...
Sep 5, 2025
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...
Sep 5, 2025
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...
Sep 5, 2025
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...
Sep 5, 2025
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.
Sep 5, 2025
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...
Sep 5, 2025
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.
Sep 5, 2025
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...
Sep 4, 2025
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...
Sep 4, 2025
FactChecker
replied to the thread
Learning Assembly and computer architecture for x86
.
How much you will use assembly language depends on what type of work you do. If you get into real-time device handlers, you will see it...
Sep 4, 2025
FactChecker
reacted to
Mark44's post
in the thread
Learning Assembly and computer architecture for x86
with
Like
.
Here's a simple example of what I mean by mixed-language programming. Below is the high-level part in C. // Driver.cpp : Call an...
Sep 4, 2025
Forums
Back
Top