From: David Given Date: Thu, 29 Dec 2016 17:08:53 +0000 (+0000) Subject: Change the i80 assembler to be three-pass, which allows forward references; X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e3f8fb84dc34b270b61179f7cd54166824b58bf9;p=ack.git Change the i80 assembler to be three-pass, which allows forward references; required for assembling B. --- diff --git a/mach/i80/as/mach0.c b/mach/i80/as/mach0.c index 2249df643..e5a7e88ec 100644 --- a/mach/i80/as/mach0.c +++ b/mach/i80/as/mach0.c @@ -9,3 +9,5 @@ */ #define LISTING #define RELOCATION +#define THREE_PASS +