3.3. Number formats

Kick Assembler supports the standard number formats:

Table 3.4. Number formats

Prefix Format Example
  Decimal lda #42
$ Hexadecimal lda #$2a, lda #$ff
% Binary lda #%101010