Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bootloader jump use word address
- Call of function pointer is compiled into 'icall' instruction. It should use word address but it has used byte address :( It seems jump has worked luckily by chance until now. why it worked?
- Loading branch information