Calculator Community > The Axe Parser Project

GDB vs Pic

(1/2) > >>

The VFX Wizard:
I was wondering what the difference was between GDB and Pic as they seem to do the exact same thing and use the same hex codes. Is there a time you would use GDB over Pic? Thanks!

Streetwalrus:
They're functionally the exact same thing, it's just a matter of semantics. It's the general consensus to use Pic* for sprites and other graphical data, and GDB* for other types of data. But nothing beats using custom names with the ° symbol in terms of readability.

The VFX Wizard:
I'm sorry, I don't know what you mean by the degree symbol.

Eeems:

--- Quote from: The VFX Wizard on March 22, 2018, 09:01:28 am ---I'm sorry, I don't know what you mean by the degree symbol.

--- End quote ---
Search for °VAR in https://axe.eeems.ca/Commands.html

johnbchron:
Wait a sec, so you can type:

--- Code: ---15 -> °FOO

--- End code ---
and it will store to foo?!?

Navigation

[0] Message Index

[#] Next page

Go to full version