RE: BASIC for the CBM-II/8088

From: Baltissen, GJPAA (Ruud) <ruud.baltissen_at_apg.nl>
Date: Fri, 6 Jul 2018 09:51:10 +0000
Message-ID: <54F350D2C6501448A3EE14B7854C5FB57A552B93@WSV10441N3.office01.internalcorp.net>
Hallo Michał, Mia and others,

 
> And while we are at it, did you two ever consider my idea to make a part of
> the ram remappable to $B0000 or $B8000 to be able to emulate a PC display
> card?

Going through my sources I ran into a piece of code that handles clearing the screen. And I noticed it was writing directly into the screen memory, something that should not be done regarding the CBM-II. When I started coding this was one of the first pieces I wrote. And I wrote it with reason I just found out again. The next code:
 

	mov	cx,80*25		; 80 columns, 25 rows
.L100:
	mov	ax,0E20h 		; =  mov al,' '  +  mov ah,0Eh
	mov	bx,7
	int	10h

	loop	.L100


needs about 2 seconds to clear a screen; you see the cursor running over the screen. So unless someone has a better routine or another idea, I support this remap idea.


Met vriendelijke groet / With kind regards, Ruud Baltissen

www.Baltissen.org





De informatie in dit e-mailbericht is vertrouwelijk en uitsluitend bestemd voor de 
geadresseerde. Wanneer u dit bericht per abuis ontvangt, verzoeken wij u contact op te 
nemen met de afzender per kerende e-mail. Verder verzoeken wij u in dat geval dit 
e-mailbericht te vernietigen en de inhoud ervan aan niemand openbaar te maken. 
Wij aanvaarden geen aansprakelijkheid voor onjuiste, onvolledige dan wel ontijdige 
overbrenging van de inhoud van een verzonden e-mailbericht, noch voor daarbij 
overgebrachte virussen.

APG Groep N.V. is gevestigd te Heerlen en is ingeschreven in het 
handelsregister van de Kamer van Koophandel Limburg onder nummer 14099617


The information contained in this e-mail is confidential and may be privileged. 
It may be read, copied and used only by the intended recipient. 
If you have received it in error, please contact the sender immediately by 
return e-mail; please delete in this case the e-mail and do not disclose its 
contents to any person. We don't accept liability for any errors, omissions, 
delays of receipt or viruses in the contents of this message which arise as a 
result of e-mail transmission.

APG Groep N.V. is registered in the trade register of the Chamber 
of Commerce Limburg, The Netherlands, registration number: 14099617
Received on 2018-07-06 12:00:04

Archive generated by hypermail 2.2.0.