------------------------ | Model 100 System Map | ------------------------ ROM: Part I Copyright 1985 Revision Date: 09/30/85 Compiled and Researched by: Robert D. Covington Systems Information Management Consultants [Not associated with The Covington Group, N. Y., N. Y.] This document may be duplicated and distributed free of charge to any individuals who desire it. Any duplications of this document, however, must inluce all of the information contained here-in, with no deletions or changes. The author and distributors of this document make no expressed or implied warrantees as to the validity of the information contained here in. - Model 100 ROM Memory Map - 0000H - System Reset 0008H - Compare character following RST 8H with the character pointed to by HL. Entry: HL - Points to the buffer to be used for the comparison. The character after call is compared with the character pointed to by HL. Exit: If compare is successful a RST 10H is issued If compare is unsuccessful, a SYNTAX ERROR is generated 0010H - Get the next character in the buffer pointed to by HL and place it in the A register. HL is incremented prior to the load. Spaces and tabs in the buffer are skipped. Entry: HL - Points to buffer Exit: A - Character loaded from buffer HL - Incremented C flag - Set if character is a digit Z flag - Set if character is a colon or null 0018H - Compare DE and HL Entry: HL - Number to compare DE - Number to compare Exit: C flag - Set if HL