LF: Re:On-calc asm viewer


[Prev][Next][Index][Thread]

LF: Re:On-calc asm viewer



As a response to the question about an on-calc asm-viewer or compiler
(by which I hope you mean DISASSEMBLER and ASSEMBLER); Yes, I'm working
on an on-calc assembler for the TI92. At this point, it can assemble
most opcodes, except for the MOVEM instuction and some priviliged 
instructions. It takes a fargo textfile and assembles it to an allocated 
buffer where it can be run. It supports labels & symbols but not much 
else.


//Jonas