mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
10 lines
No EOL
165 B
C#
10 lines
No EOL
165 B
C#
using System;
|
|
using System.Linq;
|
|
|
|
namespace Cosmos.Assembler.x86
|
|
{
|
|
[Cosmos.Assembler.OpCode("hlt")]
|
|
public class Halt : Instruction
|
|
{
|
|
}
|
|
} |