From 4ea0bf8050f406c2e214a2a6a7734e23ef108e69 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Wed, 26 Aug 2020 12:38:48 -0600 Subject: [PATCH] Add comment about cross-assembly with AS. --- a1basic.asm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/a1basic.asm b/a1basic.asm index d6d5baa..f1a660f 100644 --- a/a1basic.asm +++ b/a1basic.asm @@ -1,8 +1,13 @@ ; Disassembly of Apple 1 BASIC + ; Apple 1 BASIC was written by Steve Wozniak + ; This disassembly is copyright 2003, 2019 Eric Smith ; Includes some updates by Jeff Tranter +; Cross-assembles on modern systems using the Macro Assembler AS +; by Alfred Arnold: +; http://john.ccac.rwth-aachen.de:8000/as/ cpu 6502