Cipherd@lemmy.ml to Programmer Humor@programming.dev · 3 days agofunctionslemmy.mlimagemessage-square64linkfedilinkarrow-up1465file-text
arrow-up1465imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 3 days agomessage-square64linkfedilinkfile-text
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up1·2 days 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 days 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