Search found 87 matches

by TRIANGULAR OS
Fri Jul 29, 2022 1:46 am
Forum: Programming
Topic: NOR in BASIC
Replies: 4
Views: 487

Re: NOR in BASIC

If you want have this in 0 or 1 form use ABS() function in BASIC. So for example XNOR(A,B) would be ABS(A=B), if you want 0,1 answer.
by TRIANGULAR OS
Thu Jul 28, 2022 4:00 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC & 1.11/VIC Alpha1 for VIC-20 in BASIC NEWEST! FINAL!

TRIANGULAR μOS 1.11/VIC Alpha1 is released. 3 releases in one day, WOW. What's new: - STAR WARS and STAR WARS>ENG merge into one STAR WARS program. Compared to version 1.11/VIC Alpha0, Alpha1 has 1 file less (18 files), is 221 bytes lighter (has 44.09 KB), 1 disk block less, that is have 189 disk bl...
by TRIANGULAR OS
Thu Jul 28, 2022 3:23 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC & 1.11/VIC Alpha0 for VIC-20 in BASIC NEWEST! FINAL!

OK, let's keep it rolling. I've commenced development of TRIANGULAR μOS 1.11/VIC version for Commodore VIC-20 8KB (3KB expansion) and higher. I'm releasing version 1.11/VIC Alpha0 for Commodore VIC-20 8KB. What's new: - Version number bumped to 1.11/VIC - CMD and its help file CMD>HELP combined - Al...
by TRIANGULAR OS
Thu Jul 28, 2022 1:04 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC for VIC-20 in BASIC NEWEST! FINAL!

Finally, after 2 months of perfecting, improving and bugfixing TRIANGULAR μOS 1.10/VIC for Commodore VIC-20 5KB is released. System Disk contains 20 files, which take 44.64 KB (192 disk blocs = 48.00 KB on disk) I added Documents image of empty, formatted disk as a bonus for use as Work Disk (that's...
by TRIANGULAR OS
Tue Jul 26, 2022 3:59 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC2 for VIC-20 in BASIC

Over week ago (om Saturday 16th July) I had everything prepared for release, all finishing touches etc., but while finishing most used variables reference for SDK package I've realized that I can use new process of compiling μOS: use {return} control character instead of r$ variable in CBM prg Studi...
by TRIANGULAR OS
Fri Jul 15, 2022 5:16 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC2 for VIC-20 in BASIC

I'm still finishing release (System Disk ready, SDK ready, only manual update left), but I just want to know is it is good practice to use μ symbol (achieved by C= + M and C= + X keys) in disk name and disk ID like in picture here: uOS 1.10 Disk name.png It works fine in VICE VIC-20, but I just star...
by TRIANGULAR OS
Wed Jul 13, 2022 8:07 am
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC2 for VIC-20 in BASIC

orion70: Don't try it yet, because it is nothing uploaded yet :shock: . I will try to do it today or tomorrow. I agree with you, I wouldn't believe how much it actually taken to refine final version, partly because of my perfectionism utilized on this version, which stemmed from fact that it will be...
by TRIANGULAR OS
Tue Jul 12, 2022 4:36 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC2 for VIC-20 in Basic DOWNLOAD

After half month of silence, I just wanna to say, that I'm finally finished TRIANGULAR μOS 1.10/VIC. I was really busy those past 2 weeks, but managed some time and gradually improved final version. I will try to release it tomorrow, since there is only manual to correct and I will make simple video...
by TRIANGULAR OS
Wed Jun 29, 2022 4:16 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC2 for VIC-20 in Basic DOWNLOAD

I've finished TRIANGULAR μOS 1.05/PET for PET. Check it here: https://www.lemon64.com/forum/viewtopic.php?t=78834 PET version take me onto 2 weeks detour, but that development showcased me a lot of bigger/smallest bugs. Also there I introduced some great improvements, enhancement and cleaned some re...
by TRIANGULAR OS
Sat Jun 25, 2022 6:56 am
Forum: Programming
Topic: Where will my program be loaded? How can I control that?
Replies: 24
Views: 1245

Re: Where will my program be loaded? How can I control that?

groepaz: Yes, I mean basic level BASIC programs. That gives combability on lowest level with BASIC 1.0 to 10.0. Actually at beginning of developing my μOS I planned to have loader that detects machine first then execute part of code specially written for it (version above PET could change background...
by TRIANGULAR OS
Sat Jun 25, 2022 4:00 am
Forum: Programming
Topic: Where will my program be loaded? How can I control that?
Replies: 24
Views: 1245

Re: Where will my program be loaded? How can I control that?

Hu? Obviously the booter program needs to be saved with a start address of $0401 to load on PET, and loaded ,8 (not ,8,1) on all others Ow.... So by doing so You are able to have given program run on any 8-bit Commodore computer. That's neat trick. If I knew this at beginning, I would probably be t...
by TRIANGULAR OS
Thu Jun 23, 2022 11:17 am
Forum: Programming
Topic: Where will my program be loaded? How can I control that?
Replies: 24
Views: 1245

Re: Where will my program be loaded? How can I control that?

I had BASIC universal loader in mind. Because of different start of program pattern in BASIC in PET vs. later machines You could have problems with loading PET program into VIC-20, C64 etc and vice-versa (e.g C64 program into PET) program won't be seen.
by TRIANGULAR OS
Thu Jun 23, 2022 10:47 am
Forum: Programming
Topic: Where will my program be loaded? How can I control that?
Replies: 24
Views: 1245

Re: Where will my program be loaded? How can I control that?

groepaz wrote: Thu Jun 23, 2022 8:16 am I am not familiar enough with it to tell what would be the best choice for plus4 :)

BTW, i have made such "booter" myself too -> click
I've looked into Your booter code. I doubt You will have easy ride with Commodore PET. Did You tried it on all those platforms?
by TRIANGULAR OS
Mon Jun 20, 2022 5:40 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC2 for VIC-20 in Basic DOWNLOAD

OK, I've uploaded TRIANGULAR μOS 1.10/VIC RC2 with 1 small new feature and few bugfixes. What's new in TRIANGULAR μOS 1.10/VIC RC2: - WORDS ask if You want to exit on F8 key. - F8 exit in all non-windowed apps to evoking folder (eg. SIMCITY will quit to GAMES). Press F6 in non-windowed apps to exit ...
by TRIANGULAR OS
Sat Jun 18, 2022 5:10 pm
Forum: Programming
Topic: TRIANGULAR μOS 1.11-1.19 for VIC-20 in BASIC
Replies: 119
Views: 30271

Re: TRIANGULAR μOS 1.10/VIC RC1 for VIC-20 in Basic DOWNLOAD

I didn't have time to dabble in μOS this weekend, but RC2 (Release Candidate 2) is on it's way. It will fix one bigger issue with saving printer port in SETTINGS and 2 very minor visual ones (as You see I barely touched my stuff - normally it would be posted here). Plus I'm gearing toward releasing ...