Aquileo | Recent changes to wikihttps://sourceforge.net/p/flexxcpu/wiki/2018-05-31T09:06:54.536000ZRecent changes to wikiAquileo | Home modified by Davide Ug. Lini2018-05-31T09:06:54.536000Z2018-05-31T09:06:54.536000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.netf9f70065f05617421895f0f63df3fdf207d0231d<div class="markdown_content"><pre>--- v56
+++ v57
@@ -34,7 +34,7 @@
* MinGW compiler version 4.8.0 (rev2, Built by MinGW-builds project) Target: i686-w64-mingw32
* Windows 7 x64 operating system
* Files have been compressed with 7-zip 16.04 (64bit)
-* The FlexxCpu executable is an **32bit** image.
+* The FlexxCpu executable is an **32bit** image but works great in Windows 64.
# To do
* Cross porting to Linux system
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-05-30T11:23:08.715000Z2018-05-30T11:23:08.715000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.net4849526de12677ab16b796a12b31a61b0d5c15c6<div class="markdown_content"><pre>--- v55
+++ v56
@@ -34,6 +34,7 @@
* MinGW compiler version 4.8.0 (rev2, Built by MinGW-builds project) Target: i686-w64-mingw32
* Windows 7 x64 operating system
* Files have been compressed with 7-zip 16.04 (64bit)
+* The FlexxCpu executable is an **32bit** image.
# To do
* Cross porting to Linux system
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-05-20T13:24:36.205000Z2018-05-20T13:24:36.205000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.netd3e08beaab53d172e5dde37cabd10c9247843e6e<div class="markdown_content"><pre>--- v54
+++ v55
@@ -2,7 +2,7 @@
Please visit the page https://sourceforge.net/p/flexxcpu/blog/ to read latest news!!
# What is FlexxCpu ?
-* FlexxCpu is a small cpu simulation for observation purposes with a simple text screen video memory buffer.
+* FlexxCpu is a small cpu simulation for experimental purposes with a simple text screen video memory buffer.
* The implementation of this CPU instruction set was very influenced by 8080, 6809, z80, 68k, 8086 and RISC architecture.
* It's mainly an experiment to develop new cpu opcodes and test them, as prime development objective.
* The second goal is to develop a CPU that runs as fast as possible close to the native speed of the machine code of the host cpu.
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-05-20T13:22:36.014000Z2018-05-20T13:22:36.014000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.netfda6dfc4a17200208914980ee4abd43739263eaf<div class="markdown_content"><pre>--- v53
+++ v54
@@ -1,5 +1,5 @@
Welcome to FlexxCpu FAQ!
-Please go to https://sourceforge.net/p/flexxcpu/blog/ to read latest news!!
+Please visit the page https://sourceforge.net/p/flexxcpu/blog/ to read latest news!!
# What is FlexxCpu ?
* FlexxCpu is a small cpu simulation for observation purposes with a simple text screen video memory buffer.
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-05-20T13:18:13.630000Z2018-05-20T13:18:13.630000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.net9b968db965face684d2e307877b5d9a2b61ae708<div class="markdown_content"><pre>--- v52
+++ v53
@@ -1,5 +1,5 @@
-Welcome to FlexxCpu wiki!
-
+Welcome to FlexxCpu FAQ!
+Please go to https://sourceforge.net/p/flexxcpu/blog/ to read latest news!!
# What is FlexxCpu ?
* FlexxCpu is a small cpu simulation for observation purposes with a simple text screen video memory buffer.
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-05-01T09:18:38.042000Z2018-05-01T09:18:38.042000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.net9804b80f3521f940f820659699251c77f77798d4<div class="markdown_content"><pre>--- v51
+++ v52
@@ -2,7 +2,7 @@
# What is FlexxCpu ?
-* FlexxCpu is a small cpu simulation for research purposes with a simple text screen video memory buffer.
+* FlexxCpu is a small cpu simulation for observation purposes with a simple text screen video memory buffer.
* The implementation of this CPU instruction set was very influenced by 8080, 6809, z80, 68k, 8086 and RISC architecture.
* It's mainly an experiment to develop new cpu opcodes and test them, as prime development objective.
* The second goal is to develop a CPU that runs as fast as possible close to the native speed of the machine code of the host cpu.
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-04-26T17:45:26.013000Z2018-04-26T17:45:26.013000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.net295f25d7f9ca13fc852a3b9b709ead06266dddf5<div class="markdown_content"><pre></pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-04-26T17:42:55.158000Z2018-04-26T17:42:55.158000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.net4608e1059eb9270c497bf6ac941bb91d6b6700e9<div class="markdown_content"><pre>--- v49
+++ v50
@@ -3,8 +3,7 @@
# What is FlexxCpu ?
* FlexxCpu is a small cpu simulation for research purposes with a simple text screen video memory buffer.
-* The implementation of this CPU instruction set was strongly influenced by 8080, 6809, z80, 68k, 8086 and RISC processors.
-* It's a flexible Cpu simulation in the sense we can quite easily add new opcodes and test them.
+* The implementation of this CPU instruction set was very influenced by 8080, 6809, z80, 68k, 8086 and RISC architecture.
* It's mainly an experiment to develop new cpu opcodes and test them, as prime development objective.
* The second goal is to develop a CPU that runs as fast as possible close to the native speed of the machine code of the host cpu.
* It's a flexible Cpu simulation in the sense we can quite easily add new opcodes and test them.
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-04-25T10:50:27.626000Z2018-04-25T10:50:27.626000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.netc93f5d3f84def27ff74a796f98db8eabfc851d2c<div class="markdown_content"><pre>--- v48
+++ v49
@@ -6,7 +6,7 @@
* The implementation of this CPU instruction set was strongly influenced by 8080, 6809, z80, 68k, 8086 and RISC processors.
* It's a flexible Cpu simulation in the sense we can quite easily add new opcodes and test them.
* It's mainly an experiment to develop new cpu opcodes and test them, as prime development objective.
-* The second goal is to develop a CPU that runs as fast as possible close to the native speed to machine code from the host CPU.
+* The second goal is to develop a CPU that runs as fast as possible close to the native speed of the machine code of the host cpu.
* It's a flexible Cpu simulation in the sense we can quite easily add new opcodes and test them.
# What is FlexxCpu not ?
</pre>
</div>Aquileo | Home modified by Davide Ug. Lini2018-04-25T10:48:56.534000Z2018-04-25T10:48:56.534000ZDavide Ug. Linihttps://sourceforge.net/u/masterpiece/https://sourceforge.net6964b6bd4d01610d3171758a52c37cc03b2c5f0b<div class="markdown_content"><pre>--- v47
+++ v48
@@ -6,7 +6,7 @@
* The implementation of this CPU instruction set was strongly influenced by 8080, 6809, z80, 68k, 8086 and RISC processors.
* It's a flexible Cpu simulation in the sense we can quite easily add new opcodes and test them.
* It's mainly an experiment to develop new cpu opcodes and test them, as prime development objective.
-* The second goal is to develop a cpu which it runs as fast as possible near to the native speed of cpu opcodes..
+* The second goal is to develop a CPU that runs as fast as possible close to the native speed to machine code from the host CPU.
* It's a flexible Cpu simulation in the sense we can quite easily add new opcodes and test them.
# What is FlexxCpu not ?
</pre>
</div>