More actions
(Created page with "{{Infobox homebrew | title = Brandy Basic V for Dslinux | image = 300px | type = Utility | version = 1.19.DSL.02 | licence ...") |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox DS Homebrews | ||
| title | |title=Brandy Basic V for Dslinux | ||
| image | |image=nds.png | ||
| type | |description=The Brandy BBC Basic V interpreter. | ||
| version | |author=David Daniels, Hideki | ||
| | |lastupdated=2008/01/17 | ||
| | |type=Utilities | ||
| website | |version=1.19.DSL.02 | ||
| | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/dshomebrew2/brandyvdslinux_1.19dsl02.zip | |||
|website=https://gbatemp.net/download/brandy-basic-v-for-dslinux.1501/ | |||
}} | |||
This is a basic port of the [http://jaguar.orpheusweb.co.uk/branpage.html Brandy] BBC Basic V interpreter to [[DSLinux|DSLinux]]. | |||
Brandy is an interpreter for BASIC V, the dialect of BASIC that Acorn Computers supplied with their ranges of desktop computers that use the ARM processor such as the Archimedes and Risc PC, and is still in use on these and compatibles. | |||
BASIC V is an extended version of BBC BASIC. This was the BASIC used on the BBC Micro that Acorn made during the early 1980s. | |||
== | ==User guide== | ||
* | Contents: | ||
* | *basic.txt - The reference manual for the language. | ||
* | *brandy - The basic interpreter, it lives in /usr/bin. | ||
*The | *BENCH.BBC - A simple benchmark for Brandy, it lives in your home dir. | ||
* | *TEST.BBC - The simple colour test you see in the image, it lives in your home dir. | ||
*brandy.jpg - A photo of a DS lite running the colour test. | |||
Only text modes are supported, support for ARM assembly. | |||
Basic.txt contains a manual for Basic V, brandy.jpg an example screenshot. To exit brandy type QUIT at the > prompt. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/dshomebrew/brandyvdslinux.jpg | |||
==Changelog== | ==Changelog== | ||
'''1.19.DSL.02 17 | '''1.19.DSL.02 2008/01/17''' | ||
*MODE 47 | * MODE 47 64x32 text - for dslinux with 4x6 font. | ||
*MODE 48 | * MODE 48 64x21 text - for dslinux with 4x9 font. | ||
'''1.19.DSL.01 17 | '''1.19.DSL.01 2008/01/17''' | ||
*Initial port | * Initial port. | ||
==External links== | |||
* GBAtemp - https://gbatemp.net/download/brandy-basic-v-for-dslinux.1501/ |
Latest revision as of 11:44, 20 August 2024
Brandy Basic V for Dslinux | |
---|---|
General | |
Author | David Daniels, Hideki |
Type | Utilities |
Version | 1.19.DSL.02 |
License | Mixed |
Last Updated | 2008/01/17 |
Links | |
Download | |
Website | |
This is a basic port of the Brandy BBC Basic V interpreter to DSLinux.
Brandy is an interpreter for BASIC V, the dialect of BASIC that Acorn Computers supplied with their ranges of desktop computers that use the ARM processor such as the Archimedes and Risc PC, and is still in use on these and compatibles.
BASIC V is an extended version of BBC BASIC. This was the BASIC used on the BBC Micro that Acorn made during the early 1980s.
User guide
Contents:
- basic.txt - The reference manual for the language.
- brandy - The basic interpreter, it lives in /usr/bin.
- BENCH.BBC - A simple benchmark for Brandy, it lives in your home dir.
- TEST.BBC - The simple colour test you see in the image, it lives in your home dir.
- brandy.jpg - A photo of a DS lite running the colour test.
Only text modes are supported, support for ARM assembly.
Basic.txt contains a manual for Basic V, brandy.jpg an example screenshot. To exit brandy type QUIT at the > prompt.
Screenshots
Changelog
1.19.DSL.02 2008/01/17
- MODE 47 64x32 text - for dslinux with 4x6 font.
- MODE 48 64x21 text - for dslinux with 4x9 font.
1.19.DSL.01 2008/01/17
- Initial port.