BBC Basic Assembler

Software discussion & Emulation
Preppie
Posts: 54
Joined: Sat Aug 06, 2022 1:24 pm

Re: BBC Basic Assembler

Post by Preppie »

Yes, I think it also works like that - I need to do a bit more reading.
Preppie
Posts: 54
Joined: Sat Aug 06, 2022 1:24 pm

Re: BBC Basic Assembler

Post by Preppie »

OK, so I got done what I wanted :D

In BASIC when displaying a character you can have a foreground colour and a background colour, but the VDP lets you display 2 different colours per character line and not just per whole character. So I've written a small rountine in assembler so you can do this, which means you can have up to 16 colours per character (but only 2 colors per horizontal line)

My first z80 routine, I usualy do 6502.
gunrock
Posts: 46
Joined: Sun Apr 11, 2021 10:27 pm

Re: BBC Basic Assembler

Post by gunrock »

Nice work
Post Reply