Click here to Skip to main content
15,887,175 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
Daniel Pfeffer21-Oct-23 6:20
professionalDaniel Pfeffer21-Oct-23 6:20 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
Gary Wheeler23-Oct-23 2:10
Gary Wheeler23-Oct-23 2:10 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
trønderen20-Oct-23 9:14
trønderen20-Oct-23 9:14 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
Nelek20-Oct-23 8:31
protectorNelek20-Oct-23 8:31 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
trønderen20-Oct-23 9:52
trønderen20-Oct-23 9:52 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
englebart21-Oct-23 8:18
professionalenglebart21-Oct-23 8:18 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
Rich Shealer20-Oct-23 10:48
Rich Shealer20-Oct-23 10:48 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
trønderen20-Oct-23 11:32
trønderen20-Oct-23 11:32 
I am curious:

Those of you buying/reading a book of this kind, why do you read it?

1) Because you need to understand the instruction set to create a compiler, interpreter etc. for code written in a high level language.

2) To write actual production code (that includes drivers and such) in assembly language.

3) Just because you are curious about the instruction set / architecture, but not intending to produce any production code in assembly language.

I am definitely in the third category. I do read instruction set set manuals. 13 years ago (that was the last time) I delivered a module that had to stay below 1200 bytes of code (it clocked in at 1103 bytes): Programming was done in C. I do suspect that a major fraction of those claiming to use assembler in their production code talk about a handful of instructions, written as inline assembly in C, or maybe instructions wrapped into library provided intrinsics. A few developers still deliver modules written exclusively in assembly code, but those are few and far between. I'd be surprised if there are enough of those to justify the publication of a book (and most of them wouldn't need that book anyway Smile | :) ).

Yet, I welcome the books! Their authors should realize that their primary audience is not those who will create production code as assembly written modulse, but those needing to understand the nature of that animal they are trying to master through their high level language.
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
raddevus20-Oct-23 12:18
mvaraddevus20-Oct-23 12:18 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
Nelek20-Oct-23 13:39
protectorNelek20-Oct-23 13:39 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
Amarnath S20-Oct-23 18:03
professionalAmarnath S20-Oct-23 18:03 
GeneralRe: Assembly Step-by-Step: First read this book in 1993 Pin
englebart21-Oct-23 8:26
professionalenglebart21-Oct-23 8:26 
GeneralWSO CCC OTD 2023-10-20 Pin
OriginalGriff19-Oct-23 21:48
mveOriginalGriff19-Oct-23 21:48 
GeneralRe: WSO CCC OTD 2023-10-20 Pin
pkfox19-Oct-23 22:06
professionalpkfox19-Oct-23 22:06 
GeneralRe: WSO CCC OTD 2023-10-20 - we have a winner! Pin
OriginalGriff19-Oct-23 22:22
mveOriginalGriff19-Oct-23 22:22 
GeneralRe: WSO CCC OTD 2023-10-20 - we have a winner! Pin
pkfox19-Oct-23 22:51
professionalpkfox19-Oct-23 22:51 
GeneralRe: WSO CCC OTD 2023-10-20 - we have a winner! Pin
OriginalGriff19-Oct-23 22:53
mveOriginalGriff19-Oct-23 22:53 
GeneralRe: WSO CCC OTD 2023-10-20 - we have a winner! Pin
pkfox19-Oct-23 23:07
professionalpkfox19-Oct-23 23:07 
GeneralRe: WSO CCC OTD 2023-10-20 - we have a winner! Pin
englebart21-Oct-23 8:31
professionalenglebart21-Oct-23 8:31 
Generalworldle 636 5/6 Pin
jmaida19-Oct-23 15:32
jmaida19-Oct-23 15:32 
GeneralWordle 853 Pin
StarNamer@work19-Oct-23 13:45
professionalStarNamer@work19-Oct-23 13:45 
GeneralRe: Wordle 853 Pin
Shane010319-Oct-23 18:01
Shane010319-Oct-23 18:01 
GeneralRe: Wordle 853 Pin
GKP199219-Oct-23 18:15
professionalGKP199219-Oct-23 18:15 
GeneralRe: Wordle 853 Pin
OriginalGriff19-Oct-23 18:30
mveOriginalGriff19-Oct-23 18:30 
GeneralRe: Wordle 853 Pin
Amarnath S19-Oct-23 19:20
professionalAmarnath S19-Oct-23 19:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.