deathmetal27@lemmy.world to Programmer Humor@lemmy.ml · edit-21 year agoSleep paralysis demonlemmy.worldexternal-linkmessage-square47linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkSleep paralysis demonlemmy.worlddeathmetal27@lemmy.world to Programmer Humor@lemmy.ml · edit-21 year agomessage-square47linkfedilinkfile-text
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up0·1 year 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·1 year 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.