mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
fix comments for LMARGN and RMARGN
git-svn-id: svn://svn.cc65.org/cc65/trunk@3848 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
baf1e77645
commit
ab39981db1
@ -344,8 +344,8 @@ COLRSH = $4F ;ATRACT COLOR SHIFTER (EOR'ED WITH PLAYFIELD
|
||||
|
||||
TMPCHR = $50 ;1-byte temporary character
|
||||
HOLD1 = $51 ;1-byte temporary
|
||||
LMARGN = $52 ;LEFT MARGIN (SET TO 1 AT POWER ON>
|
||||
RMARGN = $53 ;RIGHT MARGIN (SET TO 38 AT POWER ON)
|
||||
LMARGN = $52 ;left margin (normally 2, cc65 C startup code sets it to 0)
|
||||
RMARGN = $53 ;right margin (normally 39 if no XEP80 is used)
|
||||
ROWCRS = $54 ;1-byte cursor row
|
||||
COLCRS = $55 ;2-byte cursor column
|
||||
DINDEX = $57 ;1-byte display mode
|
||||
|
Loading…
Reference in New Issue
Block a user