Experimenting with org-mode images

This commit is contained in:
Jeremiah Orians 2016-07-03 22:57:12 -04:00
parent aac6b985b0
commit a6e081c657
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
3 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@
**** Binary packing group
| Hex | Name | Comment |
|-------------+------------------+--------------------------------------|
| 05 01 4a bc | PACK a b c | a = PACK(b, c) |
| 05 01 5a bc | UNPACK a b c | a = UNPACK(b, c) |
| 05 01 4a bc | PACK a b c | a = PACK(b, c) [[./img/pack.gif]] |
| 05 01 5a bc | UNPACK a b c | a = UNPACK(b, c) [[./img/unpack.gif]] |
| 05 01 6a bc | PACK8.CO a b c | a = PACK(b) c = Overload? [signed] |
| 05 01 7a bc | PACK8U.CO a b c | a = PACK(b) c = Overload? [unsigned] |
| 05 01 8a bc | PACK16.CO a b c | a = PACK(b) c = Overload? [signed] |

BIN
img/pack.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
img/unpack.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB