diff options
| author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-08-21 03:19:54 -0500 | 
|---|---|---|
| committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-08-21 03:19:54 -0500 | 
| commit | b08def431c09449b5ad2ff4379fb403b2e1bf67b (patch) | |
| tree | 742da5e8c5a07471337bfd61cb997f1ba8ae4e22 | |
| parent | ccc04526f14764d856ad37b1f517308fccf886a6 (diff) | |
Fix typo
| -rw-r--r-- | misc/crc.s | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@  CRC32:  LDR R5, =0x04C11DB7          LDR R4, =0xFFFFFFFF  10:     LDR R2, [R0] -        REV R2, R2; +        REV R2, R2          EORS R4, R2          MOVS R3, 32  20:     LSLS R4, 1 | 
