4.4 Constants

A constant is a value written so that its value is known by inspection, without knowing any context. Examples are:

.byte 74, 0112, 0b01001010, 0x4A, 0x4a, ’J’, ’\J’;All the same value
.ascii "Ring the bell\7";A string constant
.float 0f-31415926535897932384626433832795028841971.693993751E-40