{% extends "projects/_project.jinja" %} {% block project_content %}
{{ render_h2(l10n("intro.title", project_id, user_lang)) }}
{{ render_paragraph(l10n("intro.text.p1.l1", project_id, user_lang)) }} {{ render_paragraph(l10n("intro.text.p2.l1", project_id, user_lang)) }}
{{ render_h2(l10n("usage.title", project_id, user_lang)) }}
{{ render_paragraph( l10n("usage.text.p1.l1", project_id, user_lang) + "
" + l10n("usage.text.p1.l2", project_id, user_lang) )}} {{ render_code_block([ "PEArch.exe [/?] [/E|/AsError] [/H|/AsHex] [/F|/FullText] ", "", "Options:", " /? Prints this help text, and some additional details.", " /E, /AsError Gives out the result as an error code.", " /H, /AsHex Prints the architecture as a hex number.", " /F, /FullText Prints a longer description of the architecture.", ]) }}
{{ l10n("usage.details.title", project_id, user_lang) }}
{{ l10n("usage.details.thead.code", project_id, user_lang) }} {{ l10n("usage.details.thead.hex", project_id, user_lang) }} {{ l10n("usage.details.thead.dec", project_id, user_lang) }} {{ l10n("usage.details.thead.description", project_id, user_lang) }}
{{ l10n("cpu.code.unknown", "commons", user_lang) }}0x00{{ l10n("cpu.human.unknown", "commons", user_lang) }}
{{ l10n("cpu.code.alpha", "commons", user_lang) }}0x184388{{ l10n("cpu.human.alpha", "commons", user_lang) }}
{{ l10n("cpu.code.alpha64", "commons", user_lang) }}0x284644{{ l10n("cpu.human.alpha64", "commons", user_lang) }}
{{ l10n("cpu.code.am33", "commons", user_lang) }}0x1d3467{{ l10n("cpu.human.am33", "commons", user_lang) }}
{{ l10n("cpu.code.amd64", "commons", user_lang) }}0x866434404{{ l10n("cpu.human.amd64", "commons", user_lang) }}
{{ l10n("cpu.code.arm", "commons", user_lang) }}0x1c0448{{ l10n("cpu.human.arm", "commons", user_lang) }}
{{ l10n("cpu.code.arm64", "commons", user_lang) }}0xaa6443620{{ l10n("cpu.human.arm64", "commons", user_lang) }}
{{ l10n("cpu.code.arm64ec", "commons", user_lang) }}0xA64142561{{ l10n("cpu.human.arm64ec", "commons", user_lang) }}
{{ l10n("cpu.code.arm64x", "commons", user_lang) }}0xA64E42574{{ l10n("cpu.human.arm64x", "commons", user_lang) }}
{{ l10n("cpu.code.armnt", "commons", user_lang) }}0x1c4452{{ l10n("cpu.human.armnt", "commons", user_lang) }}
{{ l10n("cpu.code.axp64", "commons", user_lang) }}0x284644{{ l10n("cpu.human.axp64", "commons", user_lang) }}
{{ l10n("cpu.code.ebc", "commons", user_lang) }}0xebc3772{{ l10n("cpu.human.ebc", "commons", user_lang) }}
{{ l10n("cpu.code.i386", "commons", user_lang) }}0x14c332{{ l10n("cpu.human.i386", "commons", user_lang) }}
{{ l10n("cpu.code.ia64", "commons", user_lang) }}0x200512{{ l10n("cpu.human.ia64", "commons", user_lang) }}
{{ l10n("cpu.code.loongarch32", "commons", user_lang) }}0x623225138{{ l10n("cpu.human.loongarch32", "commons", user_lang) }}
{{ l10n("cpu.code.loongarch64", "commons", user_lang) }}0x626425188{{ l10n("cpu.human.loongarch64", "commons", user_lang) }}
{{ l10n("cpu.code.m32r", "commons", user_lang) }}0x904136929{{ l10n("cpu.human.m32r", "commons", user_lang) }}
{{ l10n("cpu.code.mips16", "commons", user_lang) }}0x266614{{ l10n("cpu.human.mips16", "commons", user_lang) }}
{{ l10n("cpu.code.mipsfpu", "commons", user_lang) }}0x366870{{ l10n("cpu.human.mipsfpu", "commons", user_lang) }}
{{ l10n("cpu.code.mipsfpu16", "commons", user_lang) }}0x4661126{{ l10n("cpu.human.mipsfpu16", "commons", user_lang) }}
{{ l10n("cpu.code.powerpc", "commons", user_lang) }}0x1f0496{{ l10n("cpu.human.powerpc", "commons", user_lang) }}
{{ l10n("cpu.code.powerpcfp", "commons", user_lang) }}0x1f1497{{ l10n("cpu.human.powerpcfp", "commons", user_lang) }}
{{ l10n("cpu.code.r3000be", "commons", user_lang) }}0x160352{{ l10n("cpu.human.r3000be", "commons", user_lang) }}
{{ l10n("cpu.code.r3000", "commons", user_lang) }}0x162354{{ l10n("cpu.human.r3000", "commons", user_lang) }}
{{ l10n("cpu.code.r4000", "commons", user_lang) }}0x166358{{ l10n("cpu.human.r4000", "commons", user_lang) }}
{{ l10n("cpu.code.r10000", "commons", user_lang) }}0x168360{{ l10n("cpu.human.r10000", "commons", user_lang) }}
{{ l10n("cpu.code.riscv32", "commons", user_lang) }}0x503220530{{ l10n("cpu.human.riscv32", "commons", user_lang) }}
{{ l10n("cpu.code.riscv64", "commons", user_lang) }}0x506420580{{ l10n("cpu.human.riscv64", "commons", user_lang) }}
{{ l10n("cpu.code.riscv128", "commons", user_lang) }}0x512820776{{ l10n("cpu.human.riscv128", "commons", user_lang) }}
{{ l10n("cpu.code.sh3", "commons", user_lang) }}0x1a2418{{ l10n("cpu.human.sh3", "commons", user_lang) }}
{{ l10n("cpu.code.sh3dsp", "commons", user_lang) }}0x1a3419{{ l10n("cpu.human.sh3dsp", "commons", user_lang) }}
{{ l10n("cpu.code.sh4", "commons", user_lang) }}0x1a6422{{ l10n("cpu.human.sh4", "commons", user_lang) }}
{{ l10n("cpu.code.sh5", "commons", user_lang) }}0x1a8424{{ l10n("cpu.human.sh5", "commons", user_lang) }}
{{ l10n("cpu.code.thumb", "commons", user_lang) }}0x1c2450{{ l10n("cpu.human.thumb", "commons", user_lang) }}
{{ l10n("cpu.code.wcemipsv2", "commons", user_lang) }}0x169361{{ l10n("cpu.human.wcemipsv2", "commons", user_lang) }}
{{ render_h2(l10n("output.title", project_id, user_lang)) }}
{{ render_paragraph("" + l10n("output.default.title", project_id, user_lang) + "")}}
{{ render_code_block([ "Command: pearch \"C:\\Windows\\explorer.exe\"", "> STDOUT: AMD64", "> STDERR:", "> ERRORLEVEL: 0", ], "bash") }} {{ render_code_block([ "Command: pearch \"C:\\Windows\\non-existant-file.exe\"", "> STDOUT:", "> STDERR: Cannot open file !", "> ERRORLEVEL: 12", ], "bash") }}
{{ render_paragraph("" + l10n("output.options.title", project_id, user_lang) + "")}}
{{ render_code_block([ "Command: pearch /AsHex \"C:\\Windows\\explorer.exe\"", "> STDOUT: 8664", "> STDERR:", "> ERRORLEVEL: 0", ], "bash") }} {{ render_code_block([ "Command: pearch /AsError \"C:\\Windows\\explorer.exe\"", "> STDOUT:", "> STDERR:", "> ERRORLEVEL: 34404", ], "bash") }} {{ render_code_block([ "Command: pearch /AsError /AsHex \"C:\\Windows\\explorer.exe\"", "> STDOUT: 8664", "> STDERR:", "> ERRORLEVEL: 34404", ], "bash") }} {{ render_code_block([ "Command: pearch /AsError /AsHex \"C:\\Windows\\non-existant-file.exe\"", "> STDOUT:", "> STDERR: Cannot open file !", "> ERRORLEVEL: 0", ], "bash") }}
{{ render_h2(l10n("downloads.title", project_id, user_lang)) }}
{{ l10n("cpu.architecture", "commons", user_lang) }} {{ l10n("requirements", "commons", user_lang) }} {{ l10n("download.multiple", "commons", user_lang) }}
{{ l10n("cpu.x64", "commons", user_lang) }} {{ l10n("windows.7", "commons", user_lang) }} {{ render_button( ""+ "7Zip - 14.49 KiB", False, None, "btn-primary") }} {{ render_button( ""+ "Exe - 43.5 KiB", False, None, "btn-primary") }}
{{ l10n("cpu.x86", "commons", user_lang) }} {{ render_button( ""+ "7Zip - 10.36 KiB", False, None) }} {{ render_button( ""+ "Exe - 31 KiB", False, None) }}
{{ render_h2(l10n("license.title", project_id, user_lang)) }}
{{ render_paragraph(l10n("license.text", project_id, user_lang)) }}
{{ render_h2(l10n("links.title", project_id, user_lang)) }}
{{ render_list_ul([ "" + l10n("github", "commons", user_lang) + "", ]) }}
{% endblock %}