List Question
20 TechQA 2023-04-23T06:54:04.010000Y86 bubble sort program not sorting properly
155 views
Asked by chronkilo
Getting and setting an address pointer from memory in Y86-64 assembly
177 views
Asked by Jtrom2021
Y86 program stops midway through throwing exception "Invalid instruction f4"
91 views
Asked by yeah man
Simulate y86 program as per Computer Systems: A Programmer's Perspective 3e Student Site
205 views
Asked by Encipher
y86 instructions set create confusion
162 views
Asked by Encipher
Why is the wrong parameter being passed here?
107 views
Asked by kino02
Y86 Architecture Immediate VS Register Arithmetic Efficiency Question
179 views
Asked by Harrison Gerber
How to write a for loop in y86
943 views
Asked by Alexa Jenasoba
Implementing Y86 Fetch Instruction in C
1k views
Asked by Haymend
Convert C function to Y86 function
1.4k views
Asked by Haymend
Why is this Y86-64 code segment failing to execute the expected jg branch?
176 views
Asked by mooglin
Why is writing considered an input operation and reading considered an output operation?
940 views
Asked by mooglin
Why the rA:rB is 2:8 instead of 2:f in the execution of a pushl instruction?
102 views
Asked by Chor
CSAPP confuse with pushtest result Practice Problem 4.7
263 views
Asked by Jason
How to perform right shift in Y86-64 (or other toy ISAs with ADD + AND but no native right shift)
1.8k views
Asked by kidran
In Y86, what happened when you have more than 6 function parameters?
339 views
Asked by Fred
How to find an instruction in a pipe line in while implementing conditional jump
284 views
Asked by philip
Where are the Condition flags stored in Y86-64 ISA?
131 views
Asked by WiccanKarnak
C++ Y86 Disassembler - How to interpret .quad
493 views
Asked by J. Sullivan
Translating Recursive C Function into Y86 Assembly
761 views
Asked by AudioBubble