|
Back to Vectrex Programming Tutorial Index
Conventions
Functions we will use are named like Print_Str_d ($F37A). The
hex number is the ROM address of the function. Most of the time
the function name also gives a hint as to which registers are
used in passing information. The above function uses the D
register to pass position information (A=ypos, B=Xpos, with
D=A*256+B).
Next page Last Page
Vectrex Programming Tutorial Index
|