colors

Here you can ask questions or provide insights about how to use efficiently 6502 assembly code on the Oric.
ChrisfromUSA
Private
Posts: 7
Joined: Sat Jun 27, 2015 5:23 pm
Location: United States
Contact:

colors

Post by ChrisfromUSA »

So if address for the "ink" is $f210, then why doesn't this print my message red?


LDA #$01
STA $f210
"I have not failed 700 times. I have not failed once. I have succeeded in proving that those 700 ways will not work."
-Thomas Edison
User avatar
coco.oric
Squad Leader
Posts: 720
Joined: Tue Aug 11, 2009 9:50 am
Location: North of France
Contact:

Re: colors

Post by coco.oric »

ouch !

I think you've to read at least this online book.
http://home.btconnect.com/geffers/files/contents.htm

$c000 to $ffff is the rom basic. you can't set a variable in this area.
so you can use rom routine with their variables or understanding the horrible screen color constraints of the oric and adressing directly screen memory with colors attributes.
coco.oric as DidierV, CEO Member
Historic owner of Oric, Apple II, Atari ST, Amiga
Post Reply