Name: Anonymous 2006-05-24 2:23
I like 6502 ASM. I think it should be a scriptable shell language. I will call it 6502ASMSH. It will kick ass.
The 64k address space/6502 registers would be usuable as script variables, and is accessible using standard 6502 instructions. Environment variables, the command line, shell option variables, filesystem, etc. also appear in the address space.
I just don't quite know how I will implement external program invocation ... should i introduce a new mnemonic or use an existing mnemoic or even a memory address ...
The 64k address space/6502 registers would be usuable as script variables, and is accessible using standard 6502 instructions. Environment variables, the command line, shell option variables, filesystem, etc. also appear in the address space.
I just don't quite know how I will implement external program invocation ... should i introduce a new mnemonic or use an existing mnemoic or even a memory address ...