mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 15:36:45 +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 |
|
| Hex Value | Notes |
|
||||||
| --------- | ----- |
|
| --------- | ----- |
|
||||||
| DEADBEEF | Found frequently in MC68K code especially Amiga |
|
| 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 |
|
| DEADDEAD | Associated with the Blue Screen of Death |
|
||||||
| F003BA11 | Used by undergraduates everywhere |
|
| F003BA11 | Used by undergraduates everywhere |
|
||||||
| C0EDBABE | Used by misogynists everywhere |
|
| C0EDBABE | Used by misogynists everywhere |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue