Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader / jump.S @ 190

History | View | Annotate | Download (175 Bytes)

1
.section .jumps,"ax",@progbits
2

    
3
.global _jumptable
4
_jumptable:
5
    rjmp rs485_init
6
    rjmp rs485_get_byte
7
    rjmp rs485_send_byte
8
    rjmp parse_packet
9
    rjmp send_packet