Cipherd@lemmy.mlcake to Programmer Humor@programming.dev · 10 months agofunctionslemmy.mlimagemessage-square116linkfedilinkarrow-up1661arrow-down19file-text
arrow-up1652arrow-down1imagefunctionslemmy.mlCipherd@lemmy.mlcake to Programmer Humor@programming.dev · 10 months agomessage-square116linkfedilinkfile-text
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up1·10 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·10 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