Forum
Loosing "strictbool.asm" in version r1606. (*solved*) - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15)
+---- Thread: Loosing "strictbool.asm" in version r1606. (*solved*) (/showthread.php?tid=287)



Loosing "strictbool.asm" in version r1606. (*solved*) - compiuter - 11-18-2010

My programs can not find this function in the library because I think you erase it. I tried paste "strictbool.asm" of last version of zxbasic in library-asm and It works ok.
Problem solved. I tell this for the rest of users.
And if Boriel would include it, then ok. :?:
I downloaded today's msi windows version 10-11-18.
If I put zxb --version It post 126.-r1603 instead 1606.


Re: Loosing "strictbool.asm" in version - boriel - 11-18-2010

compiuter Wrote:My programs can not find this function in the library becauseI think You erase it. I tried paste strictbool.asm of last version of zxbasic in library-asm and It works ok. Problem solved, I tell this for the rest of users. And if Boriel would include it, then ok. :?:
I downloaded version msi windows of today 10-11-18.
If I put zxb --version It post 126.-r1603 instead 1606.
:?: :?: :?:
Maybe I accidentally remove it! I've put it back:
Download here: <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Archive#Latest_Development_Version">http://www.boriel.com/wiki/en/index.php ... nt_Version</a><!-- m -->

Current version is 1.2.6r1667
From now on, using zxb --version will always show the REAL VERSION to avoid confusion. :wink:

Note: I'm currently rearranging lots of code. Even there are new Test Driven Development routines in a subdir called test/
They're needed since the code has grown exponentially in complexity, and new fixes had reintroduced old bugs twice! :x


Re: Loosing "strictbool.asm" in version r1606. - compiuter - 11-18-2010

Thanks for your velocity as fast as your compiler. :wink:


Re: Loosing "strictbool.asm" in version r1606. - boriel - 11-19-2010

compiuter Wrote:Thanks for your velocity as fast as your compiler. :wink:
Thanks! :!:

Also I've started a 2.0 branch...


Re: Loosing "strictbool.asm" in version r1606. (*solved*) - compiuter - 11-19-2010

Great news. I still waiting. I think it's very advanced.
Nice tool. Now I'm only programming in asm inside zxb.
Crimson editor and Spectaculator are my friens too.
I need more time for me and my netbook. Smile


Re: Loosing "strictbool.asm" in version r1606. - LCD - 11-20-2010

boriel Wrote:Also I've started a 2.0 branch...
Wowser... I'm in pose of expectation. Sprites? 128K? More machines supportet?


Re: Loosing "strictbool.asm" in version r1606. (*solved*) - boriel - 11-30-2010

Yes, multiarchitecture support, but not only Spectrum, but Amstrad and MSX (They're all Z80 CPU machines), and probably others.
Also, support of user data types (structs/unions), and dynamic arrays, and timer interruptions, among others...


Re: Loosing "strictbool.asm" in version r1606. (*solved*) - LCD - 11-30-2010

boriel Wrote:Yes, multiarchitecture support, but not only Spectrum, but Amstrad and MSX (They're all Z80 CPU machines), and probably others.
Also, support of user data types (structs/unions), and dynamic arrays, and timer interruptions, among others...
That sounds cool. I have some other Z80 machines: SAM Coupé, Sprinter 2000 and MSX 1. I also had the chance to purchase a austrian Z80 machine called "MUPID", but I didn't.
Looking forward for any news about 2.0 Branch.
BorIDE works now ok, but I want to include a new graphics editor.


Re: Loosing "strictbool.asm" in version r1606. (*solved*) - boriel - 11-30-2010

LCD Wrote:
boriel Wrote:Yes, multiarchitecture support, but not only Spectrum, but Amstrad and MSX (They're all Z80 CPU machines), and probably others.
Also, support of user data types (structs/unions), and dynamic arrays, and timer interruptions, among others...
That sounds cool. I have some other Z80 machines: SAM Coupé, Sprinter 2000 and MSX 1. I also had the chance to purchase a austrian Z80 machine called "MUPID", but I didn't.
Looking forward for any news about 2.0 Branch.
BorIDE works now ok, but I want to include a new graphics editor.

Have a look to 7UP Graphic Editor (open source, GNU, in C). Maybe you can take some profit of it??


Re: Loosing "strictbool.asm" in version r1606. (*solved*) - LCD - 11-30-2010

boriel Wrote:
LCD Wrote:
boriel Wrote:Yes, multiarchitecture support, but not only Spectrum, but Amstrad and MSX (They're all Z80 CPU machines), and probably others.
Also, support of user data types (structs/unions), and dynamic arrays, and timer interruptions, among others...
That sounds cool. I have some other Z80 machines: SAM Coupé, Sprinter 2000 and MSX 1. I also had the chance to purchase a austrian Z80 machine called "MUPID", but I didn't.
Looking forward for any news about 2.0 Branch.
BorIDE works now ok, but I want to include a new graphics editor.

Have a look to 7UP Graphic Editor (open source, GNU, in C). Maybe you can take some profit of it??
7uP is nice and has a lot of functions, but has no map editor, and it is not that easy to use as I want to do. By the Way, BorIDE is written in BASIC (Pure BASIC). I still learning C. I already used the idea of ASM output from 7uP in Bmp2scr.