Cipherd@lemmy.ml to Programmer Humor@programming.dev · 3 months agofunctionslemmy.mlimagemessage-square95fedilinkarrow-up1637arrow-down19file-textcross-posted to: [email protected]
arrow-up1628arrow-down1imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 3 months agomessage-square95fedilinkfile-textcross-posted to: [email protected]
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up1·3 months agoI’ve done that in C before. I was just confused because the labels need to be in scope of a function as far as I am aware. In assembly you don’t really have that.
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up1·3 months agoWe’ll just put everything in int main(). No worries
I’ve done that in C before. I was just confused because the labels need to be in scope of a function as far as I am aware. In assembly you don’t really have that.
We’ll just put everything in
int main(). No worries