[A82] Venus for the 82


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

[A82] Venus for the 82




This are all the ROM calls and adresses that Venus uses, as you can see
most of them are already known on the Ti82, or just need to be programmed,
but are quite easy to make (like _isList and _isProg).

Don't know about _insertMem equivalent on the Ti82...

Oh, and there are some set's and res's that need to be 'translated'. I know
by adding all this stuff it will probably get much bigger on the Ti82, but
how much space would the getkey-hack take (and how much effort to redo such
a thing, since there is no source)?

If you want to give it a try, contact the author of Venus, for the newest
source.

;  Venus Installation Startup File (by Tijl Coosemans, tijlc@hotmail.com)
;  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;================================= version 1.5 == 06/30/2001 (MM/DD/YYYY)
==
;===========================================================================


_clrScrnBuf	=515Bh	;
_createProg	=448Ah	;		          /¯/\
_getVarSize	=44CEh	;		         / / /
_deleteMem	=44B2h	;		|¯|\    / / /
_deleteVar	=44AAh	;		| | |  / /s/
_getProgInfo	=4426h	;		| | | / /u/
_getVarInfo	=442Ah	;		| | |/ /n/
_getVarString	=47C5h	;		| | / /e/
_insertMem	=4432h	;		| |/ /V/
_isList		=43E2h	;		|   / /
_isProg		=43DAh	;		|__/ /
_puts		=470Dh	;		\__\/
_setGraphDirty	=001Bh	;
_setRunIndicOff	=4795h	;
;===========================================================================


moveBuf		=8E29h
op1		=8039h
op3		=804Fh
;===========================================================================



Follow-Ups: