Skip to content

Commit

Permalink
Created declaration for adc()
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 30, 2023
1 parent 85cb106 commit d86b60b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions libjas/include/adc.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#include "codegen.h"
#include "error.h"
#include "init.h"
#include "macro.h"
#include "modrm.h"
#include "null.h"
#include "operand.h"
#include "rex.h"
#include "write.h"
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>

jasErrorCode_t adc(jasTaggedOperand_t op1, jasTaggedOperand_t op2, jasTaggedOperand_t op3, jasTaggedOperand_t op4, jasInstance_t *instance);

0 comments on commit d86b60b

Please sign in to comment.