Rev 67 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 67 | Rev 71 | ||
---|---|---|---|
Line 440... | Line 440... | ||
440 | 440 | ||
441 | ret |
441 | ret |
442 | 442 | ||
443 | 443 | ||
444 | 444 | ||
445 | - | ||
446 | - | ||
447 | - | ||
448 | - | ||
449 | - | ||
450 | - | ||
451 | - | ||
452 | - | ||
453 | - | ||
454 | config_data: |
- | |
455 | binclude "main.mlz" |
- | |
456 | - | ||
457 | org ($+255)&0xFF00 |
445 | org ($+255)&0xFF00 |
458 | crc16table: |
446 | crc16table: |
459 | db 0x00,0x10,0x20,0x30,0x40,0x50,0x60,0x70 |
447 | db 0x00,0x10,0x20,0x30,0x40,0x50,0x60,0x70 |
460 | db 0x81,0x91,0xa1,0xb1,0xc1,0xd1,0xe1,0xf1 |
448 | db 0x81,0x91,0xa1,0xb1,0xc1,0xd1,0xe1,0xf1 |
461 | db 0x12,0x02,0x32,0x22,0x52,0x42,0x72,0x62 |
449 | db 0x12,0x02,0x32,0x22,0x52,0x42,0x72,0x62 |
Line 520... | Line 508... | ||
520 | db 0x2e,0x0f,0x6c,0x4d,0xaa,0x8b,0xe8,0xc9 |
508 | db 0x2e,0x0f,0x6c,0x4d,0xaa,0x8b,0xe8,0xc9 |
521 | db 0x26,0x07,0x64,0x45,0xa2,0x83,0xe0,0xc1 |
509 | db 0x26,0x07,0x64,0x45,0xa2,0x83,0xe0,0xc1 |
522 | db 0x1f,0x3e,0x5d,0x7c,0x9b,0xba,0xd9,0xf8 |
510 | db 0x1f,0x3e,0x5d,0x7c,0x9b,0xba,0xd9,0xf8 |
523 | db 0x17,0x36,0x55,0x74,0x93,0xb2,0xd1,0xf0 |
511 | db 0x17,0x36,0x55,0x74,0x93,0xb2,0xd1,0xf0 |
524 | 512 | ||
- | 513 | ||
- | 514 | ||
- | 515 | ||
- | 516 | ||
- | 517 | config_data: |
|
- | 518 | binclude "main.mlz" |
|
- | 519 | ||
- | 520 | ||
525 | crc_is_here: |
521 | crc_is_here: |
526 | 522 |