Description:
Other dialects and aspects of BASIC.
|
|
|
Help with calling Interrupts in MS BASIC PDS 7.1
|
| |
I am trying to call Int 2F/AX=1600h in PDS running under DOSBOX. My code is:
REM $INCLUDE: 'qbx.bi'
DIM inregs AS RegTypeX
DIM outregs AS RegTypeX
inregs.ax = &H1000
CALL interruptx(&H2F, inregs, outregs)
SELECT CASE outregs.ax
CASE 0
PRINT "Real Mode"
CASE &H10, &HFF
PRINT "Windows/386 2.x running"... more »
|
|
LB Booster version 1.87 released
|
| |
I'm pleased to announce the release of LB Booster version 1.87; it may
be downloaded from here:
[link] (IDE/compiler)
[link] (optional runtime engine)
This version incorporates changes to improve performance and enhance
compatibility with Liberty BASIC 4.04, including:... more »
|
|
Jim Hodges, 6StringStu, Six String Stu, James Stuart Hodges 3449
|
| |
3449
577 SW Dexter Cir, Apt 201
1442 SW Haygood Loop, Apt 101
Lake City, FL 32025
(386) 438-8968
Local PD: (386) 752-4344
...Newsgroups: alt.social-security-disability
..." Of the three felonies on my record,
1: Violation of the Mann act (federal kidnapping...)....
2nd Felony arrest Homicide........... more »
|
|
HotPaw BASIC for iPad - I/O questions
|
| |
I was never able to paste a program into HotPaw BASIC on the iPad. Perhaps a line-at-a-time would work, but that could be a hassle.
Then I came across "iPadFileExplorer" <[link]>. This computer program is capable of transferring files to and from the iPad. It was necessary to edit the file, "_dirlist.txt" so HotPaw could... more »
|
|
Gary Sokolich - 3449
|
| |
3449
W Gary Sokolich
801 Kings Road
Newport Beach, CA 92663-5715
(949) 650-5379
Local PD
949-644-3681 Residence:
1029 S Point View St
Los Angeles CA 90035
(310) 650-5379
and
5309 Victoria Ave., Los Angeles, CA, 90043
[link]... more »
|
|
QBASIC to BBC BASIC translator updated
|
| |
I've released a new version (0.34) of my QBASIC (or QuickBasic) to BBC
BASIC translator, QB2BBC:
[link]
This version has a few minor compatibility improvements, including:
1. The INP() function and OUT statement are now implemented.
2. The RETURN <linenumber> statement is now implemented.... more »
|
|
LB Booster version 1.86 released
|
| |
I'm pleased to announce the release of LB Booster version 1.86; it may
be downloaded from here:
[link] (IDE/compiler)
[link] (optional runtime engine)
This version incorporates changes to improve performance and enhance
compatibility with Liberty BASIC 4.04, including:... more »
|
|
MS BASIC, Sinclair BASIC, STOS BASIC: derivatives comparison?
|
| |
I see that there're a number of derivatives of MS BASIC,
Sinclair BASIC, and STOS BASIC still in active development
(e. g.: QB64, MMBasic; BASin; sdlBasic.) And, as it seems,
there's a renewed interest in smaller, "BASIC-as-an-OS"
computers (check, e. g., Maximite [1] and its derivatives.)... more »
|
|
|