RAM_SIZE
#define RAM_SIZE(v) BFEXT(v, 0, 3)
#define RAM_SIZE 0x1000 /* The card has 4k bytes or RAM */
#define RAM_SIZE (256 * 1024)