# Starting V4.8.0, the format of .smokmem files changed. # The new format is one or more sections, each containing # @ # # # ... # # The values are loaded into sequential memory # locations, staring at the address given in the @ # directive. # This file contains two sections @0 0x030201 # Hex numbers can be prefixed with "0x" or... 07060504 # (in this use in .smokmem files) not. 0b0a0908 # That is, decimal numbers are not allowed here. 0f0e0d0c 13121110 17161514 @0x100 0x100 0x101 0x102