devilish666@lemmy.world to Programmer Humor@programming.dev · 10 个月前Aaargh....my eyes......my eyes......lemmy.worldimagemessage-square59fedilinkarrow-up1337arrow-down113
arrow-up1324arrow-down1imageAaargh....my eyes......my eyes......lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 10 个月前message-square59fedilink
minus-squarevoxellinkfedilinkarrow-up2·edit-210 个月前variables don’t make it to the compiled binary tho, except debug symbols of course if have those enabled (but deploying them to an embeeded system is a terrible idea, they can remain on the host system) oh you mean on not for
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up1·10 个月前Yeah for interpreted BASIC. But even after moving to writing assembly language on a separate PC devkit there was still the habit of using short names. I think that some assemblers had limits on name size.
variables don’t make it to the compiled binary tho, except debug symbols of course if have those enabled (but deploying them to an embeeded system is a terrible idea, they can remain on the host system)oh you mean on not for
Yeah for interpreted BASIC.
But even after moving to writing assembly language on a separate PC devkit there was still the habit of using short names.
I think that some assemblers had limits on name size.