From 5e6a1c3434b96ea16485b160c25732df3b00b2b8 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 12 May 2016 15:28:32 +0100 Subject: Started on SPC700 Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC. --- src/test/link | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/link') diff --git a/src/test/link b/src/test/link index b30036e..41d11f1 100644 --- a/src/test/link +++ b/src/test/link @@ -2,5 +2,5 @@ option +list option list-labels,all - import "lib2.lib" - import "lib1.lib",labels + import "lib2.lib",all,-$1000 + import "lib1.lib",all,$1000 -- cgit v1.2.3