From 1dab348088655d41be46a1fa33f0e28c0695f86e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 4 Oct 2018 19:12:56 -0700 Subject: Add the ability for a CPU definition to reference arbitrary C includes and use it to add a placeholder definition of svp_read_16 --- svp.cpu | 1 + 1 file changed, 1 insertion(+) (limited to 'svp.cpu') diff --git a/svp.cpu b/svp.cpu index d6c7fb7..cb12210 100644 --- a/svp.cpu +++ b/svp.cpu @@ -3,6 +3,7 @@ info opcode_size 16 body svp_run_op header svp.h + include svp_util.c regs internal 16 scratch1 x y scratch2 st pad pc -- cgit v1.2.3