236 {"BLACK", EmitSingleByte, 31}, |
236 {"BLACK", EmitSingleByte, 31}, |
237 |
237 |
238 // 0x7B=123 is the LAST special character we may use. |
238 // 0x7B=123 is the LAST special character we may use. |
239 |
239 |
240 // Numbers |
240 // Numbers |
241 {"COMMA32", EmitSingleByte, 0x7B}, // These all do the same thing nowadays |
241 {"COMMA", EmitSingleByte, 0x7B}, |
242 {"COMMA16", EmitSingleByte, 0x7B}, |
|
243 {"COMMA8", EmitSingleByte, 0x7B}, |
|
244 |
242 |
245 {"NUMU16", EmitSingleByte, 0x7E}, // These two do the same thing nowadays |
243 {"NUMU16", EmitSingleByte, 0x7E}, // These two do the same thing nowadays |
246 {"INT32", EmitSingleByte, 0x7E}, // signed 32 bit integer |
244 {"INT32", EmitSingleByte, 0x7E}, // signed 32 bit integer |
247 |
245 |
248 {"CURRENCY", EmitSingleByte, 0x7F}, |
246 {"CURRENCY", EmitSingleByte, 0x7F}, |