Exemplo n.º 1
0
		/// <summary>
		/// FSUBR mem64
		/// </summary>
		public void FSUBR (QWordMemory target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FSUBR", target.ToString (), target, null, null, null, new string [] { "DC", "/5" }));
		}
Exemplo n.º 2
0
		/// <summary>
		/// FISTP mem64
		/// </summary>
		public void FISTP (QWordMemory target)
		{
			this.instructions.Add (new Instruction (true, string.Empty, string.Empty, "FISTP", target.ToString (), target, null, null, null, new string [] { "DF", "/7" }));
		}