Skip to content

Commit

Permalink
Create il_fp_ops.inc, for floating-point instructions' IL ops
Browse files Browse the repository at this point in the history
  • Loading branch information
DMaroo committed Sep 15, 2023
1 parent e95650f commit 5cdddcf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions librz/analysis/arch/x86/il_fp_ops.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// SPDX-FileCopyrightText: 2023 Dhruv Maroo <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

/**
* \file il_fp_ops.c
*
* Contains the IL implementations for x86 floating point instructions.
*
* References:
* - https://docs.oracle.com/cd/E18752_01/html/817-5477/eoizy.html
* - https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/x86-64_Assembly_Language_Programming_with_Ubuntu_(Jorgensen)/18%3A_Floating-Point_Instructions
* - https://en.wikibooks.org/wiki/X86_Assembly/Floating_Point#Floating-Point_Instruction_Set
*/

0 comments on commit 5cdddcf

Please sign in to comment.