deathmetal27@lemmy.world to Programmer Humor@lemmy.ml · edit-22 years agoSleep paralysis demonlemmy.worldimagemessage-square47linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageSleep paralysis demonlemmy.worlddeathmetal27@lemmy.world to Programmer Humor@lemmy.ml · edit-22 years agomessage-square47linkfedilinkfile-text
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up0·2 years 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·2 years 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.