User:Erana256: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(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. ...")
 
No edit summary
 
Line 1: Line 1:
What I wrote for nesdev :
=== Introduction ===


What I wrote for nesdev.parodius.com :


=== neslisp and arm-lisp, both for 6502 ===
=== neslisp and arm-lisp, both for 6502 ===
Line 6: Line 7:
See http://neslisp.sf.net and http://code.google.com/p/arm-lisp for the homepages and file downloads.
See http://neslisp.sf.net and http://code.google.com/p/arm-lisp for the homepages and file downloads.


=== neslisp ===
=== neslisp ====


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


an Objective-C implementation of a Lisp compiler to 6502 target. Can be compiled in GNUstep (Linux objc) or Cocoa (MacosX objc.)
an Objective-C implementation of a Lisp compiler to 6502 target. Can be compiled in GNUstep (Linux objc) or Cocoa (MacosX objc.)
=== other ===
I will write some more software in the form of demos if I find the time, thanks Nintendo !


Enjoy,
Enjoy,
erana
erana

Latest revision as of 02:18, 8 October 2013

Introduction

What I wrote for nesdev.parodius.com :

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.)

other

I will write some more software in the form of demos if I find the time, thanks Nintendo !

Enjoy, erana