Cipherd@lemmy.ml to Programmer Humor@programming.dev · 20 hours agofunctionslemmy.mlimagemessage-square70fedilinkarrow-up1458arrow-down17file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1451arrow-down1imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 20 hours agomessage-square70fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up1·5 hours 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·2 hours 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