Page 3 of 8

Re: [Vb81] Test release.

Posted: Wed Oct 23, 2019 10:04 am
by XavSnap
:ugeek:

Thanks GCHarder !

Another bug, another place…
To get a wrong command, i scan the line to get all commands tokens to check this error.

But, in case of "IF/THEN" command, i had to test it again.
But, in the floating code '16623', there is ...DE… (222=THEN CODE)… the next token is "00" … Something's wrong !

You are Lucky Greg !!!
:lol:

Thanks.
Capture_vb.JPG

Re: [Vb81] Disassembler Window

Posted: Mon Nov 25, 2019 11:12 pm
by GCHarder
If not too hard would it be possible to make the disassembler window resizable? I find it a bit constricting, especially when the contents of the registers
are being shown. I'd also like to see wider columns, these are sizable, but restricted because of the size of the main window.

Just a suggestion.

Regards;

Greg

Re: [Vb81] Test release.

Posted: Mon Nov 25, 2019 11:25 pm
by XavSnap
Hi Greg,

I will have a look as soon as possible !
:D

Thanks !

Re: [Vb81] Test release.

Posted: Tue Nov 26, 2019 2:27 am
by XavSnap
Release 26/11/2019 ready.
Have fun.

Xavier.

Re: [Vb81] Test release.

Posted: Wed Apr 22, 2020 2:28 am
by bola_dor
I gave it a try. Looks good with losts of tools.. :D
CPU load is similar to EO. But when I checked it first time SETUP. EXE (dll image installer?) was still running eating as much as 50% CPU.. I just closed it an I don't know if this is a repetitive issue on install :|
Typing is snappier!! :D
I miss some more border on the display ;)
I couldn't load some .P files :?
Whit a :
CASE CLOSED
PRESS S
Is this WRX HR compatible? I tried with 1K HRG with no success.. how should I configure it?
Looks good over all

Re: [Vb81] Test release.

Posted: Wed Apr 22, 2020 3:21 am
by XavSnap
:lol:

this is a repetitive issue on install :|
Just a double double click on the icon.
It's a DLL installer, and if the vb81_xur.exe is running … it' done !

I couldn't load some .P files
Yes, most of 1k P files can't be launch on emulator or real computer, du to the screen deflating mode in 1-2 and 16kb ram pack.
Some of 1k programs in ASM can hang too, most of memory/card setup not allow the minimum ram config.

Is this WRX HR compatible? I tried with 1K HRG with no success.. how should I configure it?
No… the WRX based on the real screen scan routine are bypassed by the emulator.
Only the HR cards (Memortech/G007/Quick Silva) included in the setup menu are support.

GR.JPG

In the first VB81 release, the "RocketMan" and "HR minor" are supported, but never test them in the recent release.
I used to launch the excellent EO to display software HRG and sZ81 to use sound devices.

Re: [Vb81] Test release.

Posted: Mon Aug 24, 2020 7:57 am
by XavSnap
Release 20/08/2020 ready.

Added new Wav functions …
- In files explorer, click a "P" file and "Convert to a wav file format" (green icon in the P file info window)
- in the Basic SAVE command, put a ".WAV" to save the file in the Wav format.
".FL" give a OTLA Fast-load with the slow mode launcher, ".TXT" to generate a text file.
XuR.JPG
Have fun.

Re: [Vb81] Test release.

Posted: Mon Aug 31, 2020 10:17 pm
by GCHarder
The latest update runs considerably slower!

This following program take approx. 44 seconds in the 26-11-19 version and 56
seconds in the 23-08-20 version.

10 FOR I=1 TO 5
20 PRINT I
30 FOR N=0 TO 255
40 PRINT CHR$ N;
50 NEXT N
60 CLS
70 NEXT I

There is also a big file size difference, 26-11-18 is 4,381 KB and 23-08-20
is 2,712 KB. Maybe it has something to do with that, compile options?

Regards;

Greg

Re: [Vb81] Test release.

Posted: Tue Sep 01, 2020 1:25 am
by XavSnap
Hi Greg,

I had to test the unoptimized release to ovoid some launch/startup incompatibility with W10.

The code was compiled Without any optimisations, but seem to slow down the exe program.

The new zipped executable available on the web site is now bigger, but compiled with the speed optimisation to speed up the emulator clock.

And this release seem to be win 10/avast friendly.

Re: [Vb81] Test release.

Posted: Tue Sep 01, 2020 4:57 pm
by stroebeljc
It still seems faster than my ZX81.