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. --- doc/casm.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/casm.html b/doc/casm.html index e0f0299..bbef8ea 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -346,11 +346,13 @@ the skipped bytes unless the optional fill is supplied. -import filename[, labels] +import filename[, labels|all[, offset]] Includes a simple library file as generated by casm. See the section on simple library files for more details. If the optional second -argument is set to labels then only the label values are imported. +argument is set to labels then only the label values are imported, otherwise +both memory and labels are imported. If the optional offset is given +then that offset is added onto the load address and defined labels. -- cgit v1.2.3