xref: /minix3/external/bsd/file/dist/magic/magdir/assembler (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
108ff44c4SLionel Sambuc#------------------------------------------------------------------------------
2*0a6a1f1dSLionel Sambuc# $File: assembler,v 1.6 2013/12/11 14:14:20 christos Exp $
308ff44c4SLionel Sambuc# make:  file(1) magic for assembler source
408ff44c4SLionel Sambuc#
5*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.asciiz		assembler source text
608ff44c4SLionel Sambuc!:mime	text/x-asm
7*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.byte		assembler source text
808ff44c4SLionel Sambuc!:mime	text/x-asm
9*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.even		assembler source text
1008ff44c4SLionel Sambuc!:mime	text/x-asm
11*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.globl		assembler source text
1208ff44c4SLionel Sambuc!:mime	text/x-asm
13*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.text		assembler source text
1484d9c625SLionel Sambuc!:mime	text/x-asm
15*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.file		assembler source text
1684d9c625SLionel Sambuc!:mime	text/x-asm
17*0a6a1f1dSLionel Sambuc0	regex	\^[\040\t]{0,50}\\.type		assembler source text
1808ff44c4SLionel Sambuc!:mime	text/x-asm
19