From c0af701809eaf4958dc3da08fb72ef1339528130 Mon Sep 17 00:00:00 2001 From: Næþ'n Lasseter Date: Wed, 19 Oct 2016 22:17:34 +0100 Subject: Fixed Z location in init subroutine --- as.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'as.h') diff --git a/as.h b/as.h index a67e15f..d4110d5 100644 --- a/as.h +++ b/as.h @@ -26,7 +26,7 @@ void out(FILE* file, int a, int b, int c) { void preamble(FILE* file) { // Jump over Z - out(file, 1, 1, PLEN); + out(file, Z, Z, PLEN); // Z out(file, 0, 0, 0); } -- cgit v1.2.3