BBC BASIC for Windows
« Default/reset defined characters »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 11:10pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Default/reset defined characters  (Read 453 times)
JGHarston
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 52
xx Default/reset defined characters
« Thread started on: Dec 10th, 2013, 3:29pm »

VDU 23 defines 8x8 characters and A%=10:CALL &FFF1 reads the current character definitions.
Is there a way to reset the characters, or to read the default character definition? (The equivalent of *FX20/*FX25 in Acorn MOS)
User IP Logged

admin
Administrator
ImageImageImageImageImage


member is offline

Avatar




PM


Posts: 1145
xx Re: Default/reset defined characters
« Reply #1 on: Dec 10th, 2013, 5:22pm »

on Dec 10th, 2013, 3:29pm, JGHarston wrote:
VDU 23 defines 8x8 characters and A%=10:CALL &FFF1 reads the current character definitions.
Is there a way to reset the characters?

!440 returns a pointer to the user-defined character flags so you can 'undefine' a character by doing:

Code:
?(!440 + c%) = 0 

Richard.
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls