Skip to content

Instantly share code, notes, and snippets.

@DanielO
Created May 24, 2020 08:07
Show Gist options
  • Save DanielO/16c2d9f6cb4e272fa06010b3602402c1 to your computer and use it in GitHub Desktop.
Save DanielO/16c2d9f6cb4e272fa06010b3602402c1 to your computer and use it in GitHub Desktop.
md_processchar(struct MDBus *md, uint8_t flags, uint16_t c) {
...
54 if ((unsigned long)c & 0x100ULL == 0) {
010008: 938B 0000 TST.W 0x0000(R11)
01000c: 2402 JEQ (0x0012)
01000e: B31E BIT.W #1,R14
010010: 207E JNE (0x010e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment