@[email protected] to Programmer [email protected] • 1 year agoAaargh....my eyes......my eyes......lemmy.worldimagemessage-square58fedilinkarrow-up1334
arrow-up1334imageAaargh....my eyes......my eyes......lemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square58fedilink
minus-squarevoxellinkfedilink2•edit-21 year agovariables 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-square@[email protected]linkfedilink1•1 year agoYeah 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.