mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:26:46 +08:00
Os are not 0s.
This commit is contained in:
parent
21f3175578
commit
3054b7be1e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ You can spell stuff with hex.
|
|||
| Hex Value | Notes |
|
||||
| --------- | ----- |
|
||||
| DEADBEEF | Found frequently in MC68K code especially Amiga |
|
||||
| 8BADFOOD | Found for similar reasons but on Apple products |
|
||||
| 8BADF00D | Found for similar reasons but on Apple products |
|
||||
| DEADDEAD | Associated with the Blue Screen of Death |
|
||||
| F003BA11 | Used by undergraduates everywhere |
|
||||
| C0EDBABE | Used by misogynists everywhere |
|
||||
|
|
|
|||
Loading…
Reference in a new issue