xref: /dragonfly/contrib/file/magic/Magdir/parrot (revision 6fca56fb90a257291c53bba3b861b751027c3e3d)
1#------------------------------------------------------------------------------
2# $File: parrot,v 1.2 2019/04/19 00:42:27 christos Exp $
3# parrot: file(1) magic for Parrot Virtual Machine
4# URL:    https://www.lua.org/
5# From: Lubomir Rintel <lkundrak@v3.sk>
6
7# Compiled Parrot byte code
80         string    \376PBC\r\n\032\n   Parrot bytecode
9>64       byte      x                             %d.
10>72       byte      x                             \b%d,
11>8        byte      >0                            %d byte words,
12>16       byte      0                             little-endian,
13>16       byte      1                             big-endian,
14>32       byte      0                             IEEE-754 8 byte double floats,
15>32       byte      1                             x86 12 byte long double floats,
16>32       byte      2                             IEEE-754 16 byte long double floats,
17>32       byte      3                             MIPS 16 byte long double floats,
18>32       byte      4                             AIX 16 byte long double floats,
19>32       byte      5                             4-byte floats,
20>40       byte      x                             Parrot %d.
21>48       byte      x                             \b%d.
22>56       byte      x                             \b%d
23