Home » Personal collection » Acorn hard disk » apps » system » !System/!CCShared/!TransTIFF/Resources/UK
!System/!CCShared/!TransTIFF/Resources/UK
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » system |
Filename: | !System/!CCShared/!TransTIFF/Resources/UK |
Read OK: | ✔ |
File size: | 0AEB bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
; TransTIFF errors TF00:TIFF Load error Not enough variable space TF01:TIFF Load error Image class not supported TF02:TIFF Load error Image breakup not supported TF03:TIFF Load error Cannot handle this number of samples TF04:TIFF Load error Image bits per pixel not supported TF05:Cant handle planar CMYK TF06:TIFF palette is too large TF07:TIFF palette image does not contain a palette! TF08:Do you wish to create a dithered version of this image? You should not do so if you wish this image to be printed correctly. TF09:Tiled/Planar data not supported TF10:TIFF load error Failed to claim memory TF11:TransTIFF error: Unrecognised internal format graphic (IFG) type ;TIFF internal errors TM01:Unknown TIFF command TM03:Reserved bits not zero TM04:Illegal source address specified TM05:Illegal destination address specified TM06:Illegal source file specified TM07:Illegal TIFF handle TM08:Unknown Type specifier TM09:This is not a TIFF file TM10:Buffer overflow TM11:Bad IFD specified TM12:TIFF construct not supported TM13:TIFF image class not supported TM14:Failed to read data (outside file) TM15:Undefined image - (Missing mandetory IFD fields) TM16:Illegal segment specified (outside image) TM17:Image segmentation format unknown TM18:Missing segment offset/byte list TM19:Unsupported segment 'Type' field TM20:Cell table full, too many samples per pixel TM21:Bad cell list structure TM22:Unable to read cell description TM23:Division by zero TM24:TIFF compression scheme unsupported TM25:Planar configuration not supported TM26:Bitmap orientation not supported TM27:Use of Fill order not supported TM28:Different bits per sample not supported TM29:Data in TIFF field illegal or corrupted TM30:Image has differing bits per sample which is not supported by this implementation TM31:Image has extra samples which are not supported by this implementation TM32:Image has none integer pixel data which is not supported by this implementation TM33:Unknown palette conversion specified TM34:This TIFF image is compressed yet a 'StripByteCounts' tag does not exist. Unable to decode image. ; LZW errors LZ00:LZW decompression error: Failed to put byte LZ01:LZW decompression error: Failed to read data LZ02:LZW decompression error: Failed to get byte LZ03:LZW decompression error: Out of memory LZ04:LZW decompression error: Stack overflow LZ05:LZW decompression error: String table full LZ06:LZW decompression error: Illegal/Corrupt clear code PB00:PackBits decompression error: Failed to put byte ; ImageUtils internal errors IM00:Illegal address specified IM01:Unsupported bits per pixel specified IM02:Palette type not supported with this image IM03:Illegal/Corrupted workspace IM04:Unsupported range type specified IM05:Illegal image type specified IM06:Type conversion not supported
00000000 3b 20 54 72 61 6e 73 54 49 46 46 20 65 72 72 6f |; TransTIFF erro| 00000010 72 73 0a 0a 54 46 30 30 3a 54 49 46 46 20 4c 6f |rs..TF00:TIFF Lo| 00000020 61 64 20 65 72 72 6f 72 20 4e 6f 74 20 65 6e 6f |ad error Not eno| 00000030 75 67 68 20 76 61 72 69 61 62 6c 65 20 73 70 61 |ugh variable spa| 00000040 63 65 0a 54 46 30 31 3a 54 49 46 46 20 4c 6f 61 |ce.TF01:TIFF Loa| 00000050 64 20 65 72 72 6f 72 20 49 6d 61 67 65 20 63 6c |d error Image cl| 00000060 61 73 73 20 6e 6f 74 20 73 75 70 70 6f 72 74 65 |ass not supporte| 00000070 64 0a 54 46 30 32 3a 54 49 46 46 20 4c 6f 61 64 |d.TF02:TIFF Load| 00000080 20 65 72 72 6f 72 20 49 6d 61 67 65 20 62 72 65 | error Image bre| 00000090 61 6b 75 70 20 6e 6f 74 20 73 75 70 70 6f 72 74 |akup not support| 000000a0 65 64 0a 54 46 30 33 3a 54 49 46 46 20 4c 6f 61 |ed.TF03:TIFF Loa| 000000b0 64 20 65 72 72 6f 72 20 43 61 6e 6e 6f 74 20 68 |d error Cannot h| 000000c0 61 6e 64 6c 65 20 74 68 69 73 20 6e 75 6d 62 65 |andle this numbe| 000000d0 72 20 6f 66 20 73 61 6d 70 6c 65 73 0a 54 46 30 |r of samples.TF0| 000000e0 34 3a 54 49 46 46 20 4c 6f 61 64 20 65 72 72 6f |4:TIFF Load erro| 000000f0 72 20 49 6d 61 67 65 20 62 69 74 73 20 70 65 72 |r Image bits per| 00000100 20 70 69 78 65 6c 20 6e 6f 74 20 73 75 70 70 6f | pixel not suppo| 00000110 72 74 65 64 0a 54 46 30 35 3a 43 61 6e 74 20 68 |rted.TF05:Cant h| 00000120 61 6e 64 6c 65 20 70 6c 61 6e 61 72 20 43 4d 59 |andle planar CMY| 00000130 4b 0a 54 46 30 36 3a 54 49 46 46 20 70 61 6c 65 |K.TF06:TIFF pale| 00000140 74 74 65 20 69 73 20 74 6f 6f 20 6c 61 72 67 65 |tte is too large| 00000150 0a 54 46 30 37 3a 54 49 46 46 20 70 61 6c 65 74 |.TF07:TIFF palet| 00000160 74 65 20 69 6d 61 67 65 20 64 6f 65 73 20 6e 6f |te image does no| 00000170 74 20 63 6f 6e 74 61 69 6e 20 61 20 70 61 6c 65 |t contain a pale| 00000180 74 74 65 21 0a 54 46 30 38 3a 44 6f 20 79 6f 75 |tte!.TF08:Do you| 00000190 20 77 69 73 68 20 74 6f 20 63 72 65 61 74 65 20 | wish to create | 000001a0 61 20 64 69 74 68 65 72 65 64 20 76 65 72 73 69 |a dithered versi| 000001b0 6f 6e 20 6f 66 20 74 68 69 73 20 69 6d 61 67 65 |on of this image| 000001c0 3f 20 59 6f 75 20 73 68 6f 75 6c 64 20 6e 6f 74 |? You should not| 000001d0 20 64 6f 20 73 6f 20 69 66 20 79 6f 75 20 77 69 | do so if you wi| 000001e0 73 68 20 74 68 69 73 20 69 6d 61 67 65 20 74 6f |sh this image to| 000001f0 20 62 65 20 70 72 69 6e 74 65 64 20 63 6f 72 72 | be printed corr| 00000200 65 63 74 6c 79 2e 0a 54 46 30 39 3a 54 69 6c 65 |ectly..TF09:Tile| 00000210 64 2f 50 6c 61 6e 61 72 20 64 61 74 61 20 6e 6f |d/Planar data no| 00000220 74 20 73 75 70 70 6f 72 74 65 64 0a 54 46 31 30 |t supported.TF10| 00000230 3a 54 49 46 46 20 6c 6f 61 64 20 65 72 72 6f 72 |:TIFF load error| 00000240 20 46 61 69 6c 65 64 20 74 6f 20 63 6c 61 69 6d | Failed to claim| 00000250 20 6d 65 6d 6f 72 79 0a 54 46 31 31 3a 54 72 61 | memory.TF11:Tra| 00000260 6e 73 54 49 46 46 20 65 72 72 6f 72 3a 20 55 6e |nsTIFF error: Un| 00000270 72 65 63 6f 67 6e 69 73 65 64 20 69 6e 74 65 72 |recognised inter| 00000280 6e 61 6c 20 66 6f 72 6d 61 74 20 67 72 61 70 68 |nal format graph| 00000290 69 63 20 28 49 46 47 29 20 74 79 70 65 0a 0a 3b |ic (IFG) type..;| 000002a0 54 49 46 46 20 69 6e 74 65 72 6e 61 6c 20 65 72 |TIFF internal er| 000002b0 72 6f 72 73 0a 0a 54 4d 30 31 3a 55 6e 6b 6e 6f |rors..TM01:Unkno| 000002c0 77 6e 20 54 49 46 46 20 63 6f 6d 6d 61 6e 64 0a |wn TIFF command.| 000002d0 54 4d 30 33 3a 52 65 73 65 72 76 65 64 20 62 69 |TM03:Reserved bi| 000002e0 74 73 20 6e 6f 74 20 7a 65 72 6f 0a 54 4d 30 34 |ts not zero.TM04| 000002f0 3a 49 6c 6c 65 67 61 6c 20 73 6f 75 72 63 65 20 |:Illegal source | 00000300 61 64 64 72 65 73 73 20 73 70 65 63 69 66 69 65 |address specifie| 00000310 64 0a 54 4d 30 35 3a 49 6c 6c 65 67 61 6c 20 64 |d.TM05:Illegal d| 00000320 65 73 74 69 6e 61 74 69 6f 6e 20 61 64 64 72 65 |estination addre| 00000330 73 73 20 73 70 65 63 69 66 69 65 64 0a 54 4d 30 |ss specified.TM0| 00000340 36 3a 49 6c 6c 65 67 61 6c 20 73 6f 75 72 63 65 |6:Illegal source| 00000350 20 66 69 6c 65 20 73 70 65 63 69 66 69 65 64 0a | file specified.| 00000360 54 4d 30 37 3a 49 6c 6c 65 67 61 6c 20 54 49 46 |TM07:Illegal TIF| 00000370 46 20 68 61 6e 64 6c 65 0a 54 4d 30 38 3a 55 6e |F handle.TM08:Un| 00000380 6b 6e 6f 77 6e 20 54 79 70 65 20 73 70 65 63 69 |known Type speci| 00000390 66 69 65 72 0a 54 4d 30 39 3a 54 68 69 73 20 69 |fier.TM09:This i| 000003a0 73 20 6e 6f 74 20 61 20 54 49 46 46 20 66 69 6c |s not a TIFF fil| 000003b0 65 0a 54 4d 31 30 3a 42 75 66 66 65 72 20 6f 76 |e.TM10:Buffer ov| 000003c0 65 72 66 6c 6f 77 0a 54 4d 31 31 3a 42 61 64 20 |erflow.TM11:Bad | 000003d0 49 46 44 20 73 70 65 63 69 66 69 65 64 0a 54 4d |IFD specified.TM| 000003e0 31 32 3a 54 49 46 46 20 63 6f 6e 73 74 72 75 63 |12:TIFF construc| 000003f0 74 20 6e 6f 74 20 73 75 70 70 6f 72 74 65 64 0a |t not supported.| 00000400 54 4d 31 33 3a 54 49 46 46 20 69 6d 61 67 65 20 |TM13:TIFF image | 00000410 63 6c 61 73 73 20 6e 6f 74 20 73 75 70 70 6f 72 |class not suppor| 00000420 74 65 64 0a 54 4d 31 34 3a 46 61 69 6c 65 64 20 |ted.TM14:Failed | 00000430 74 6f 20 72 65 61 64 20 64 61 74 61 20 28 6f 75 |to read data (ou| 00000440 74 73 69 64 65 20 66 69 6c 65 29 0a 54 4d 31 35 |tside file).TM15| 00000450 3a 55 6e 64 65 66 69 6e 65 64 20 69 6d 61 67 65 |:Undefined image| 00000460 20 2d 20 28 4d 69 73 73 69 6e 67 20 6d 61 6e 64 | - (Missing mand| 00000470 65 74 6f 72 79 20 49 46 44 20 66 69 65 6c 64 73 |etory IFD fields| 00000480 29 0a 54 4d 31 36 3a 49 6c 6c 65 67 61 6c 20 73 |).TM16:Illegal s| 00000490 65 67 6d 65 6e 74 20 73 70 65 63 69 66 69 65 64 |egment specified| 000004a0 20 28 6f 75 74 73 69 64 65 20 69 6d 61 67 65 29 | (outside image)| 000004b0 0a 54 4d 31 37 3a 49 6d 61 67 65 20 73 65 67 6d |.TM17:Image segm| 000004c0 65 6e 74 61 74 69 6f 6e 20 66 6f 72 6d 61 74 20 |entation format | 000004d0 75 6e 6b 6e 6f 77 6e 0a 54 4d 31 38 3a 4d 69 73 |unknown.TM18:Mis| 000004e0 73 69 6e 67 20 73 65 67 6d 65 6e 74 20 6f 66 66 |sing segment off| 000004f0 73 65 74 2f 62 79 74 65 20 6c 69 73 74 0a 54 4d |set/byte list.TM| 00000500 31 39 3a 55 6e 73 75 70 70 6f 72 74 65 64 20 73 |19:Unsupported s| 00000510 65 67 6d 65 6e 74 20 27 54 79 70 65 27 20 66 69 |egment 'Type' fi| 00000520 65 6c 64 0a 54 4d 32 30 3a 43 65 6c 6c 20 74 61 |eld.TM20:Cell ta| 00000530 62 6c 65 20 66 75 6c 6c 2c 20 74 6f 6f 20 6d 61 |ble full, too ma| 00000540 6e 79 20 73 61 6d 70 6c 65 73 20 70 65 72 20 70 |ny samples per p| 00000550 69 78 65 6c 0a 54 4d 32 31 3a 42 61 64 20 63 65 |ixel.TM21:Bad ce| 00000560 6c 6c 20 6c 69 73 74 20 73 74 72 75 63 74 75 72 |ll list structur| 00000570 65 0a 54 4d 32 32 3a 55 6e 61 62 6c 65 20 74 6f |e.TM22:Unable to| 00000580 20 72 65 61 64 20 63 65 6c 6c 20 64 65 73 63 72 | read cell descr| 00000590 69 70 74 69 6f 6e 0a 54 4d 32 33 3a 44 69 76 69 |iption.TM23:Divi| 000005a0 73 69 6f 6e 20 62 79 20 7a 65 72 6f 0a 54 4d 32 |sion by zero.TM2| 000005b0 34 3a 54 49 46 46 20 63 6f 6d 70 72 65 73 73 69 |4:TIFF compressi| 000005c0 6f 6e 20 73 63 68 65 6d 65 20 75 6e 73 75 70 70 |on scheme unsupp| 000005d0 6f 72 74 65 64 0a 54 4d 32 35 3a 50 6c 61 6e 61 |orted.TM25:Plana| 000005e0 72 20 63 6f 6e 66 69 67 75 72 61 74 69 6f 6e 20 |r configuration | 000005f0 6e 6f 74 20 73 75 70 70 6f 72 74 65 64 0a 54 4d |not supported.TM| 00000600 32 36 3a 42 69 74 6d 61 70 20 6f 72 69 65 6e 74 |26:Bitmap orient| 00000610 61 74 69 6f 6e 20 6e 6f 74 20 73 75 70 70 6f 72 |ation not suppor| 00000620 74 65 64 0a 54 4d 32 37 3a 55 73 65 20 6f 66 20 |ted.TM27:Use of | 00000630 46 69 6c 6c 20 6f 72 64 65 72 20 6e 6f 74 20 73 |Fill order not s| 00000640 75 70 70 6f 72 74 65 64 0a 54 4d 32 38 3a 44 69 |upported.TM28:Di| 00000650 66 66 65 72 65 6e 74 20 62 69 74 73 20 70 65 72 |fferent bits per| 00000660 20 73 61 6d 70 6c 65 20 6e 6f 74 20 73 75 70 70 | sample not supp| 00000670 6f 72 74 65 64 0a 54 4d 32 39 3a 44 61 74 61 20 |orted.TM29:Data | 00000680 69 6e 20 54 49 46 46 20 66 69 65 6c 64 20 69 6c |in TIFF field il| 00000690 6c 65 67 61 6c 20 6f 72 20 63 6f 72 72 75 70 74 |legal or corrupt| 000006a0 65 64 0a 54 4d 33 30 3a 49 6d 61 67 65 20 68 61 |ed.TM30:Image ha| 000006b0 73 20 64 69 66 66 65 72 69 6e 67 20 62 69 74 73 |s differing bits| 000006c0 20 70 65 72 20 73 61 6d 70 6c 65 20 77 68 69 63 | per sample whic| 000006d0 68 20 69 73 20 6e 6f 74 20 73 75 70 70 6f 72 74 |h is not support| 000006e0 65 64 20 62 79 20 74 68 69 73 20 69 6d 70 6c 65 |ed by this imple| 000006f0 6d 65 6e 74 61 74 69 6f 6e 0a 54 4d 33 31 3a 49 |mentation.TM31:I| 00000700 6d 61 67 65 20 68 61 73 20 65 78 74 72 61 20 73 |mage has extra s| 00000710 61 6d 70 6c 65 73 20 77 68 69 63 68 20 61 72 65 |amples which are| 00000720 20 6e 6f 74 20 73 75 70 70 6f 72 74 65 64 20 62 | not supported b| 00000730 79 20 74 68 69 73 20 69 6d 70 6c 65 6d 65 6e 74 |y this implement| 00000740 61 74 69 6f 6e 0a 54 4d 33 32 3a 49 6d 61 67 65 |ation.TM32:Image| 00000750 20 68 61 73 20 6e 6f 6e 65 20 69 6e 74 65 67 65 | has none intege| 00000760 72 20 70 69 78 65 6c 20 64 61 74 61 20 77 68 69 |r pixel data whi| 00000770 63 68 20 69 73 20 6e 6f 74 20 73 75 70 70 6f 72 |ch is not suppor| 00000780 74 65 64 20 62 79 20 74 68 69 73 20 69 6d 70 6c |ted by this impl| 00000790 65 6d 65 6e 74 61 74 69 6f 6e 0a 54 4d 33 33 3a |ementation.TM33:| 000007a0 55 6e 6b 6e 6f 77 6e 20 70 61 6c 65 74 74 65 20 |Unknown palette | 000007b0 63 6f 6e 76 65 72 73 69 6f 6e 20 73 70 65 63 69 |conversion speci| 000007c0 66 69 65 64 0a 54 4d 33 34 3a 54 68 69 73 20 54 |fied.TM34:This T| 000007d0 49 46 46 20 69 6d 61 67 65 20 69 73 20 63 6f 6d |IFF image is com| 000007e0 70 72 65 73 73 65 64 20 79 65 74 20 61 20 27 53 |pressed yet a 'S| 000007f0 74 72 69 70 42 79 74 65 43 6f 75 6e 74 73 27 20 |tripByteCounts' | 00000800 74 61 67 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 |tag does not exi| 00000810 73 74 2e 20 55 6e 61 62 6c 65 20 74 6f 20 64 65 |st. Unable to de| 00000820 63 6f 64 65 20 69 6d 61 67 65 2e 0a 0a 3b 20 4c |code image...; L| 00000830 5a 57 20 65 72 72 6f 72 73 0a 0a 4c 5a 30 30 3a |ZW errors..LZ00:| 00000840 4c 5a 57 20 64 65 63 6f 6d 70 72 65 73 73 69 6f |LZW decompressio| 00000850 6e 20 65 72 72 6f 72 3a 20 46 61 69 6c 65 64 20 |n error: Failed | 00000860 74 6f 20 70 75 74 20 62 79 74 65 0a 4c 5a 30 31 |to put byte.LZ01| 00000870 3a 4c 5a 57 20 64 65 63 6f 6d 70 72 65 73 73 69 |:LZW decompressi| 00000880 6f 6e 20 65 72 72 6f 72 3a 20 46 61 69 6c 65 64 |on error: Failed| 00000890 20 74 6f 20 72 65 61 64 20 64 61 74 61 0a 4c 5a | to read data.LZ| 000008a0 30 32 3a 4c 5a 57 20 64 65 63 6f 6d 70 72 65 73 |02:LZW decompres| 000008b0 73 69 6f 6e 20 65 72 72 6f 72 3a 20 46 61 69 6c |sion error: Fail| 000008c0 65 64 20 74 6f 20 67 65 74 20 62 79 74 65 0a 4c |ed to get byte.L| 000008d0 5a 30 33 3a 4c 5a 57 20 64 65 63 6f 6d 70 72 65 |Z03:LZW decompre| 000008e0 73 73 69 6f 6e 20 65 72 72 6f 72 3a 20 4f 75 74 |ssion error: Out| 000008f0 20 6f 66 20 6d 65 6d 6f 72 79 0a 4c 5a 30 34 3a | of memory.LZ04:| 00000900 4c 5a 57 20 64 65 63 6f 6d 70 72 65 73 73 69 6f |LZW decompressio| 00000910 6e 20 65 72 72 6f 72 3a 20 53 74 61 63 6b 20 6f |n error: Stack o| 00000920 76 65 72 66 6c 6f 77 0a 4c 5a 30 35 3a 4c 5a 57 |verflow.LZ05:LZW| 00000930 20 64 65 63 6f 6d 70 72 65 73 73 69 6f 6e 20 65 | decompression e| 00000940 72 72 6f 72 3a 20 53 74 72 69 6e 67 20 74 61 62 |rror: String tab| 00000950 6c 65 20 66 75 6c 6c 0a 4c 5a 30 36 3a 4c 5a 57 |le full.LZ06:LZW| 00000960 20 64 65 63 6f 6d 70 72 65 73 73 69 6f 6e 20 65 | decompression e| 00000970 72 72 6f 72 3a 20 49 6c 6c 65 67 61 6c 2f 43 6f |rror: Illegal/Co| 00000980 72 72 75 70 74 20 63 6c 65 61 72 20 63 6f 64 65 |rrupt clear code| 00000990 0a 50 42 30 30 3a 50 61 63 6b 42 69 74 73 20 64 |.PB00:PackBits d| 000009a0 65 63 6f 6d 70 72 65 73 73 69 6f 6e 20 65 72 72 |ecompression err| 000009b0 6f 72 3a 20 46 61 69 6c 65 64 20 74 6f 20 70 75 |or: Failed to pu| 000009c0 74 20 62 79 74 65 0a 0a 3b 20 49 6d 61 67 65 55 |t byte..; ImageU| 000009d0 74 69 6c 73 20 69 6e 74 65 72 6e 61 6c 20 65 72 |tils internal er| 000009e0 72 6f 72 73 0a 0a 49 4d 30 30 3a 49 6c 6c 65 67 |rors..IM00:Illeg| 000009f0 61 6c 20 61 64 64 72 65 73 73 20 73 70 65 63 69 |al address speci| 00000a00 66 69 65 64 0a 49 4d 30 31 3a 55 6e 73 75 70 70 |fied.IM01:Unsupp| 00000a10 6f 72 74 65 64 20 62 69 74 73 20 70 65 72 20 70 |orted bits per p| 00000a20 69 78 65 6c 20 73 70 65 63 69 66 69 65 64 0a 49 |ixel specified.I| 00000a30 4d 30 32 3a 50 61 6c 65 74 74 65 20 74 79 70 65 |M02:Palette type| 00000a40 20 6e 6f 74 20 73 75 70 70 6f 72 74 65 64 20 77 | not supported w| 00000a50 69 74 68 20 74 68 69 73 20 69 6d 61 67 65 0a 49 |ith this image.I| 00000a60 4d 30 33 3a 49 6c 6c 65 67 61 6c 2f 43 6f 72 72 |M03:Illegal/Corr| 00000a70 75 70 74 65 64 20 77 6f 72 6b 73 70 61 63 65 0a |upted workspace.| 00000a80 49 4d 30 34 3a 55 6e 73 75 70 70 6f 72 74 65 64 |IM04:Unsupported| 00000a90 20 72 61 6e 67 65 20 74 79 70 65 20 73 70 65 63 | range type spec| 00000aa0 69 66 69 65 64 0a 49 4d 30 35 3a 49 6c 6c 65 67 |ified.IM05:Illeg| 00000ab0 61 6c 20 69 6d 61 67 65 20 74 79 70 65 20 73 70 |al image type sp| 00000ac0 65 63 69 66 69 65 64 0a 49 4d 30 36 3a 54 79 70 |ecified.IM06:Typ| 00000ad0 65 20 63 6f 6e 76 65 72 73 69 6f 6e 20 6e 6f 74 |e conversion not| 00000ae0 20 73 75 70 70 6f 72 74 65 64 0a | supported.| 00000aeb