Earlier quoted context omitted.
Isn’t this technically true though? Fractions are just rational reals. The examples listed are still reals, just irrational.
i think i can see the nitpick here: pi and e aren't representable as rational numbers, and aren't representable exactly in IEEE754
Modern Computer Architecture and Organization - Second Edition (2022)
51–60 of 78 posts
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#52Re: Modern Computer Architecture and Organization - Second Edition (2022)
#53Better option: Computer Organization and Design by Patterson and Hennessy, ISBN 978-0124077263. Comes in MIPS (original version now in its 5th edition), ARM and RISC-V focused flavors, covers "instructions unique to architecture X" as part of its discussion.
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#54Re: Modern Computer Architecture and Organization - Second Edition (2022)
#55Earlier quoted context omitted.
Does anyone have an idea how bad is the ARM version? The reviews online say they did not fully adapt it from MIPS, and that the instruction set is partially made up instead of using the real one, which means listings won't work on real hardware.
>which means listings won't work on real hardware. They will. LEG is a subset of ARM. What won't work is ARM software on LEG hardware. I would recommend getting the current edition, which has replaced ARM/LEG with the industry standard RISC-V.
I am more inclined for ARM version since that's applicable to both all current Apple hardware and school Chromebooks.
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#56Does anyone know/recommend the author? Sometimes I feel Packt books are not the highest quality. Happy for anyone to disagree and tell me a different impression. I was reached out by Packt a few times on LinkedIn with something like: "hey, if you want to write about stuff, let us know".
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#57IMO, the best textbooks for computer architecture and organisation are Computer Organisation and Design and Computer Architecture: A Quantitative Approach , both by Patterson and Hennessy. The former book even comes in a variety of assembly languages, including MIPS, ARMv8 (or a subset, called LEGv8, heh), and RISC-V.
What's the main difference between the two?
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#58Does anyone know/recommend the author? Sometimes I feel Packt books are not the highest quality. Happy for anyone to disagree and tell me a different impression. I was reached out by Packt a few times on LinkedIn with something like: "hey, if you want to write about stuff, let us know".
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#59Better option: Computer Organization and Design by Patterson and Hennessy, ISBN 978-0124077263. Comes in MIPS (original version now in its 5th edition), ARM and RISC-V focused flavors, covers "instructions unique to architecture X" as part of its discussion.
Re: Modern Computer Architecture and Organization - Second Edition (2022)
#60IMO, the best textbooks for computer architecture and organisation are Computer Organisation and Design and Computer Architecture: A Quantitative Approach , both by Patterson and Hennessy. The former book even comes in a variety of assembly languages, including MIPS, ARMv8 (or a subset, called LEGv8, heh), and RISC-V.
> Computer Organisation and Design and Computer Architecture: A Quantitative Approach, both by Patterson and Hennessy What's the main difference between the two?