deathmetal27@lemmy.world to Programmer Humor@lemmy.ml · edit-24 months agoSleep paralysis demonlemmy.worldimagemessage-square47fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageSleep paralysis demonlemmy.worlddeathmetal27@lemmy.world to Programmer Humor@lemmy.ml · edit-24 months agomessage-square47fedilinkfile-text
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up0·4 months agoI’m writing an NES game in C and struggling with some nonsense that’d be trivial in ASM, so I’m recently inclined to say yes.
minus-squarebrisk@aussie.zonelinkfedilinkarrow-up0·4 months agoCan you just drop to assembly for what you want to do? Gnu compilers even have inline assembly, but with any compiler you should at least be able to built a separate, assembly, object file.
I’m writing an NES game in C and struggling with some nonsense that’d be trivial in ASM, so I’m recently inclined to say yes.
Can you just drop to assembly for what you want to do? Gnu compilers even have inline assembly, but with any compiler you should at least be able to built a separate, assembly, object file.