mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 18:51:41 +00:00
10 lines
No EOL
233 B
C#
10 lines
No EOL
233 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Indy.IL2CPU.Assembler.X86.Native {
|
|
[OpCode(0xFFFFFFFF, "pushad")]
|
|
public class Pushad: IL2CPU.Assembler.Instruction {
|
|
}
|
|
} |