Search found 820 matches

by Schlowski
Sat Oct 23, 2010 6:50 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

As time goes by... The last months where very busy and I hadn't any time for my VIC-20. And as it seems I won't have much more time in the following months so I thought I should take the opportunity to release the sources of my BasEdit.NET to the public domain. If anyone is interested just grab the ...
by Schlowski
Tue Sep 21, 2010 1:30 am
Forum: Programming
Topic: 65xx Opcode statistics, an example
Replies: 21
Views: 5647

It isn't difficult at all to implement these "undocumented" opcodes, I have done this in my own assembler - but I still don't use them. They are only valid for a specific range of processors, even the CMOS 6502 and the NMOS 6502 differ in this area, the 65C02 has used the range of undocume...
by Schlowski
Sat Aug 14, 2010 8:05 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

Of course RETURN should be handled like THEN, it must finish the actual line when crunching. Didn't thought about that.
And I will have a look at the "print purple issue", but this may take a while as I'm off for two weeks or so...
by Schlowski
Sun Aug 01, 2010 2:51 am
Forum: General Topics
Topic: Demobase Vic20 Released
Replies: 10
Views: 2248

7zip is really common today...
by Schlowski
Fri Jul 23, 2010 1:37 am
Forum: Other Systems
Topic: Commodore Free Issue 42 available (fwd)
Replies: 4
Views: 1296

rofl
by Schlowski
Thu Jul 22, 2010 2:15 pm
Forum: Other Systems
Topic: Commodore Free Issue 42 available (fwd)
Replies: 4
Views: 1296

- BasEdit - Basic Editor on Windows
* Interview With Björg Stojalowski
Wow, I made it in the media, my 5 minutes of fame :-)
by Schlowski
Mon Jul 12, 2010 1:44 pm
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

New version 1.42 uploaded: - lots of bugfixes for syntax check - tokenization bug fixed (FORI=CSTOCS now works as expected) - better handling of ' comment in tokenization and code generation @nbla000: all of your 88 samples now pass the syntax check :-) I made some changes to the behaviour of the ' ...
by Schlowski
Mon Jul 12, 2010 11:01 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

After some more thoughts I think Basic V2 simply has 3 comparison flags for <, = and > and simply checks if these operators are present. Afterwards the values left and right of these operators will be compared and then Basic will evaluate if the comparison result matches with one of the available fl...
by Schlowski
Mon Jul 12, 2010 10:35 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

I had a first look at nbla000's impressive list of "syntax check errors" and detected something I never thought of: There are some usages of relational operators in "the wrong order": 10 ifa$><"s"then... instead of 10 ifa$<>"s"then... I always thought that onl...
by Schlowski
Mon Jul 12, 2010 10:17 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

Oh, no, that's because the single apostrophe (') can be used as a REM, too.
But it should only take effect if a) you are using the project mode or b) the TokenFile has a line with "HasSimpleRem=1" to enable this sort of comment!

I will check if I can see what happened...
by Schlowski
Fri Jul 09, 2010 9:38 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

New version 1.41 uploaded: - Bugfix for syntax check @nbla000: Now your sample passes the syntax check. That was an error concerning the PRINTCHR$(147) command, I got a little bit confused while trying to evaluate if it's a valid numeric or string construction after the PRINT command. Please check a...
by Schlowski
Fri Jul 09, 2010 4:31 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

I would suspect line 20 to be the cause, will investigate...
by Schlowski
Thu Jul 08, 2010 12:04 pm
Forum: Emulation and Cross Development
Topic: VirtualCBM
Replies: 24
Views: 6580

New version 0.03 uploaded:
- fixed an error concerning DATA lines and string constants in quotes

Now QBench18.prg can at least read in all datas without errors :-)
by Schlowski
Thu Jul 08, 2010 11:35 am
Forum: Emulation and Cross Development
Topic: BasEdit.NET
Replies: 306
Views: 139083

New version 1.40 uploaded: - ^ and ? will be now correct when exporting as ASCII - new setting in BasEdit.Ini: KeyMap=KeyMap.txt - Syntax check now gives the opportunity to ignore an error and resume with the next line I also renamed Keymap.txt to Keymap_German.txt and commented the "KeyMap=&qu...
by Schlowski
Thu Jul 08, 2010 5:46 am
Forum: Other Systems
Topic: Ben Heck's Commodore 64 laptop mod
Replies: 5
Views: 1470

Yeah, very nice. But reading about "chopping of parts of the mainboard" let me think that this is definately a work which should only done by pros. But a VIC laptop like that would be awesome!