Click here to Skip to main content
15,881,812 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: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Kornfeld Eliyahu Peter19-Oct-22 19:02
professionalKornfeld Eliyahu Peter19-Oct-22 19:02 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
PIEBALDconsult20-Oct-22 3:49
mvePIEBALDconsult20-Oct-22 3:49 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Kornfeld Eliyahu Peter20-Oct-22 6:53
professionalKornfeld Eliyahu Peter20-Oct-22 6:53 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
PIEBALDconsult20-Oct-22 7:11
mvePIEBALDconsult20-Oct-22 7:11 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 7:39
trønderen20-Oct-22 7:39 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 7:36
trønderen20-Oct-22 7:36 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Kornfeld Eliyahu Peter22-Oct-22 22:30
professionalKornfeld Eliyahu Peter22-Oct-22 22:30 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
OriginalGriff19-Oct-22 19:18
mveOriginalGriff19-Oct-22 19:18 
No.
Probably because the early assemblers I learned on didn't support it: column zero starts were a label, column 7 started an opcode, column 15 was a parameter.

And also because it wouldn't have worked in most cases: spaghetti code is a "feature" of much assembly code (since you are trying to cram as much function into as little ROM space or processing time as possible) and you can't indent that in a meaningful way.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
jsc4220-Oct-22 0:11
professionaljsc4220-Oct-22 0:11 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
OriginalGriff20-Oct-22 2:41
mveOriginalGriff20-Oct-22 2:41 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 7:53
trønderen20-Oct-22 7:53 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver20-Oct-22 5:13
TNCaver20-Oct-22 5:13 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 7:56
trønderen20-Oct-22 7:56 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Wizard of Sleeves19-Oct-22 20:57
Wizard of Sleeves19-Oct-22 20:57 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
den2k8819-Oct-22 21:24
professionalden2k8819-Oct-22 21:24 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Richard MacCutchan19-Oct-22 21:20
mveRichard MacCutchan19-Oct-22 21:20 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
den2k8819-Oct-22 21:22
professionalden2k8819-Oct-22 21:22 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
  Forogar  20-Oct-22 3:37
professional  Forogar  20-Oct-22 3:37 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver20-Oct-22 5:12
TNCaver20-Oct-22 5:12 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 8:28
trønderen20-Oct-22 8:28 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Gary R. Wheeler20-Oct-22 9:44
Gary R. Wheeler20-Oct-22 9:44 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver25-Oct-22 4:06
TNCaver25-Oct-22 4:06 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver20-Oct-22 5:10
TNCaver20-Oct-22 5:10 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
jeron120-Oct-22 5:47
jeron120-Oct-22 5:47 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Gary R. Wheeler20-Oct-22 9:41
Gary R. Wheeler20-Oct-22 9:41 

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.