/ .github-orig / ISSUE_TEMPLATE / missing_cpu_instruction.yml
missing_cpu_instruction.yml
 1  name: Missing CPU Instruction
 2  description: CPU Instruction is missing in Ryujinx.
 3  title: "[CPU]"
 4  labels: [cpu, not-implemented]
 5  body:
 6    - type: textarea
 7      id: instruction
 8      attributes:
 9        label: CPU instruction
10        description: What CPU instruction is missing?
11      validations:
12        required: true
13    - type: textarea
14      id: name
15      attributes:
16        label: Instruction name
17        description: Include the name from [armconverter.com](https://armconverter.com/?disasm) or [shell-storm.org](http://shell-storm.org/online/Online-Assembler-and-Disassembler/?arch=arm64&endianness=big&dis_with_raw=True&dis_with_ins=True) in the above code block
18      validations:
19        required: true
20    - type: textarea
21      id: required
22      attributes:
23        label: Required by
24        description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
25      validations:
26        required: true