Menu

FlexxCpu version 05 rev. A released

FlexxCpu version 05 rev. A has just been released.

Major changes of this release are:
Fixed many bugs in the text editor (called text-browser) and in the internal compiler..
Fixed some bugs existing in its simulated memory during the writing in ram, video memory, ecc...
Compiling of file asm now is available.
Now any file asm can be compiled.
The compiler now can compile opcodes with any line numers or labels... (see Readme.txt).

Known bugs or limitations:
1) The compiler cannot yet to compile ALIAS opcode.
2) The text-editor cannot yet to create new files ASM from inside the editor.
3) There is a bug in cpu simulator about executing asm code with very few opcodes or when jmp 0x0000 is executed (it causes infinite loop).
4) There is a bug in the internal compiler that in rare cases it may create severe problems to the simulator, I am trying to fix it..
5) There is a bug when writing chars in video memory that in some cases it may lock out the simulator, I am trying to fix it..
In the meanwhile I fixed this bug(5) with this solution --> vid[memoryAddr-VID_START]=(char)(val|32) ---> see simulate.h

Posted by Davide Ug. Lini 2018-04-25

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.