mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:19:50 -06:00
aloha
This commit is contained in:
11
Ryujinx/Cpu/Decoder/AOpCodeBImm.cs
Normal file
11
Ryujinx/Cpu/Decoder/AOpCodeBImm.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using ChocolArm64.Instruction;
|
||||
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
class AOpCodeBImm : AOpCode
|
||||
{
|
||||
public long Imm { get; protected set; }
|
||||
|
||||
public AOpCodeBImm(AInst Inst, long Position) : base(Inst, Position) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user