From a877af22d741aa9a95cf15fa19a79d41bb0ba20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Henrik=20Sk=C3=A5rstedt?= Date: Tue, 18 Oct 2016 18:30:04 -0700 Subject: [PATCH] Fixing links --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f9ded31..e268fd3 100644 --- a/index.html +++ b/index.html @@ -33,11 +33,11 @@

6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes. x65 was recently named Asm6502 but was renamed because Asm6502 is too generic, x65 has no particular meaning.

-

x65

+

x65

-

In order to minimize the documentation and make this page shorter I've moved the old documentation here.

+

In order to minimize the documentation and make this page shorter I've moved the old documentation here.

-

The up to date documentation is here.

+

The up to date documentation is here.

x65 can assemble 6502, 65C02 and 65816 source and build executables for c64, Apple II or just raw binary.