LF: Re:On-calc asm viewer
[Prev][Next][Index][Thread]
LF: Re:On-calc asm viewer
-
Subject: LF: Re:On-calc asm viewer
-
From: Jonas Minnberg <md94-jmi@nada.kth.se>
-
Date: Mon, 18 Nov 1996 19:53:30 +0100 (MET)
-
In-Reply-To: <>
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