From c8aabd6baa765b45bff9eb6370f66d6c0b0cbd79 Mon Sep 17 00:00:00 2001 From: BigEd Date: Fri, 1 Oct 2010 18:31:02 +0000 Subject: [PATCH] [dev]add links to 6502asm and e-tradition --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ceb32bc..2ffca67 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,9 @@ Enter your own program into the array of RAM

-Source code is available on GitHub: http://github.com/trebonian/visual6502 +Source code is available on github visual6502. +Online 6502 emulator and assembler from 6502asm.com +and disassembler from e-tradition.net
In addition to this JavaScript project, see our Python-based simulator which may be easier to customize, verify, and apply to the study of long programs.