User:Erana256

From NESdev Wiki
Revision as of 02:16, 8 October 2013 by Erana256 (talk | contribs) (Created page with "What I wrote for nesdev : === neslisp and arm-lisp, both for 6502 === See http://neslisp.sf.net and http://code.google.com/p/arm-lisp for the homepages and file downloads. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

What I wrote for nesdev :


neslisp and arm-lisp, both for 6502

See http://neslisp.sf.net and http://code.google.com/p/arm-lisp for the homepages and file downloads.

neslisp

A subset of lisp with loop and conditional statement, embedded assembly syntax with 'asm'. Released under the GPL.

arm-lisp =

an Objective-C implementation of a Lisp compiler to 6502 target. Can be compiled in GNUstep (Linux objc) or Cocoa (MacosX objc.)

Enjoy, erana