From 7b49d17f90f26394a116348befb5edcdffcedcb6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 17 Oct 2020 17:37:50 +0200 Subject: Add ret and int --- asm/operators.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 asm/operators.h (limited to 'asm/operators.h') diff --git a/asm/operators.h b/asm/operators.h new file mode 100644 index 0000000..93dc15e --- /dev/null +++ b/asm/operators.h @@ -0,0 +1,8 @@ +#pragma once + +#include +#include + +std::vector operator+(std::vector a, const std::vector& b); +std::vector operator+(std::vector a, const uint8_t& b); + -- cgit v1.2.3