Object-Oriented Assembly Language cover
Object-Oriented Assembly Language
by Len Dorfman
ISBN: 0830676201
Found in 2 comments on Hacker News
We may earn a commission from purchases made through links on this page.
Not ready yet? Get weekly book picks.
dahart · 2023-07-03 · Original thread
Haha! This is a real thing. “It is easy to assume that OOP requires such an OOP language. This is not the case.” https://zsmith.co/OOA.php

https://www.amazon.com/Object-Oriented-Assembly-Language-Len...

Indeed, my first industry job, after spending my undergraduate and graduate degrees honing C++ skills, was doing object oriented C. It was actually great, taught me a lot about what actually matters in a language versus what people will tell you.

specialist · 2020-07-05 · Original thread
Agreed. Pretty good, worthwhile article. But it's about code construction and organization, spanning abstract data types (ADTs) and object-oriented design heuristics.

https://en.wikipedia.org/wiki/Abstract_data_type

https://www.oreilly.com/library/view/object-oriented-design-...