I ask help for handle routine assembler for PAINT from BASIC

Página 2/2
1 |

Por enribar

Paragon (1214)

Imagen del enribar

21-02-2021, 00:43

This is not the case, they are 2 different persons but friends.

Por DanySoft

Champion (452)

Imagen del DanySoft

24-02-2021, 16:40

Sorry ...
You got some addresses wrong :

Amaury Carvalho wrote:

You can use the code below to access PAINT statement from BASIC interpreter itself.
BRDATR equ 0xFCB2 <- ???
ATRBYT equ 0xFCB2 <- ???

You are distracted writing addresses, these are correct :

FCB2 BRDATR  border color for paint 
F3F2 ATRBYT  Color code in csing graphic 

Two adress from the file "sysarea.txt"

DanySoft

Por gdx

Enlighted (6221)

Imagen del gdx

05-03-2022, 11:09

The routine proposed by Amaury Carvalho is not standard.

Página 2/2
1 |