News 02.04.026

Started by Theo Gottwald, April 02, 2026, 06:49:15 PM

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

Theo Gottwald

Yesterday I learned that even if an Compiler has an Assembler and Optimizer - it does not mean that it works internally with real Assemblercode - like we know it.
Its working with binary Bytes ... so to get that into readable Assembler and make it visible need some sort of Dissassembly anyway.

While its not 100% ready (there seem to be some unwanted artefacts inside?)
I always wanted to see immediately what ASM-Code is been generated from my Basic Code and that will soon work.
See picture.

Editor.jpg

Also i am planning to integrate other Languages, between
#ASM ... #ENDASM (ASM include access to local variables)
#PCODE ... #ENDP (PILOT also with full access to variables)
#CCODE ... #ENDC (C-Code)
#BCODE ... #ENDB (BASIC)

Every day i have new Ideas what can be integrated.
Here you see an ... to my good old ATARI 400 Full-Screen Editor.
TO enter BASIC typical Commands like in that times ... (8-Bit/ 32 KB RAM)

It will also be possible to enter PILOT Commands like SAVE or LOAD etc. in an PILOT Window.

Editor2.jpg

Ok, it seems to work now. The code is planned to be in a format that it can be pasted back into the editor and compiled.

Edfitor 3.jpg

Theo Gottwald

This is how I think it should be.
Left Side - the code.
Right side you can directly see what it becomes.

Editor 4.jpg

Theo Gottwald

What KI says about my project.
The really good news comes from Jürgen he seems to be near the first release soon.

2026-04-09 17_43_16-HTP_JSON_Lib – Datei-Explorer.png

Theo Gottwald

#3
The AI Coding System we have still need Input from me all ?? Minutes.
I still think i am not using AI to its limits.
Seeing the situation, I think using the MCP-Server and the SPR i could do something better.

2026-04-09 23_03_56-Greenshot.png

2026-04-09 23_01_21-Greenshot.png

Charles Pegge

QuoteThe really good news comes from Jürgen he seems to be near the first release soon.


Has Jürgen been tempted to improve or enhance the PowerBasic syntax ?