Difference between revisions of "83:RAM:8039"

From WikiTI
Jump to: navigation, search
m (Added categories (someone needs to fix this content))
 
(41 intermediate revisions by 24 users not shown)
Line 1: Line 1:
[[Category:83:RAM:By_Address|8039 - OP Registers]]
+
[[Category:83:RAM:By_Address|8039 - OP Registers]] [[Category:83:RAM:By_Name|OP Registers]]
[[Category:83:RAM:By_Name|OP Registers]]
+
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' OP Registers
 
'''Official Name:''' OP Registers
Line 8: Line 7:
 
'''Length:''' 66 bytes
 
'''Length:''' 66 bytes
  
In this RAM area the value of op1 to op6 is stored
+
In this RAM area the value of op1 to op6 is stored, each "register" getting 11 bytes.
 +
 
 +
'''OP Equates:'''
 +
<nowiki>OP1        EQU                8039h
 +
OP2        EQU                8044h
 +
OP3        EQU                804Fh
 +
OP4        EQU                805Ah
 +
OP5        EQU                8065h
 +
OP6        EQU                8070h</nowiki>
 +
 
 +
== Comments ==
 +
There are a large number of bcalls that use and manipulated this RAM area.

Latest revision as of 07:46, 3 November 2009

Synopsis

Official Name: OP Registers

Memory Address: 8039h

Length: 66 bytes

In this RAM area the value of op1 to op6 is stored, each "register" getting 11 bytes.

OP Equates:

OP1         EQU                 8039h
OP2         EQU                 8044h
OP3         EQU                 804Fh
OP4         EQU                 805Ah
OP5         EQU                 8065h
OP6         EQU                 8070h

Comments

There are a large number of bcalls that use and manipulated this RAM area.