[REBOL] Re: you'll think I'm crazy, but...
From: al:bri:xtra at: 30-Oct-2000 9:10
Rishi Oswal wrote:
> I was wondering if it would be possible to create a sparc assemby dialect for rebol.
It would be useful for prototyping assembly code for my assembly class (without need
a sparc machine or assembler).
That would definitely be possible in Rebol. You can even create the binary file to directly
run the code, or even create an emulator to run the assembler code. It would be a lot
of work, though, but would mean you'll get top marks for your class.
Andrew Martin