-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bit shifting, attempt fix of logisim but still doesnt work
- Loading branch information
Showing
33 changed files
with
9,266 additions
and
410 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,23 @@ | ||
armstrong-compiler.cpp | ||
main.cpp | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(71,30): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(134,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(135,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(136,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(137,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(138,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(139,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\armstrong-compiler.cpp(91,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\armstrong-compiler.cpp(94,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\armstrong-compiler.cpp(97,28): warning C4244: '+=': conversion from 'double' to 'unsigned long', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\armstrong-compiler.cpp(302,32): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data | ||
assembler.cpp | ||
main.cpp | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(71,30): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(134,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(135,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(136,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(137,30): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(138,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\processing.h(139,29): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(465,24): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(545,24): warning C5051: attribute 'likely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(563,10): warning C4244: '=': conversion from 'uint64_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(575,32): warning C5051: attribute 'unlikely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(641,5): warning C5051: attribute 'likely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(670,32): warning C5051: attribute 'unlikely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(783,45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(783,32): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(1140,42): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(469,24): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(549,24): warning C5051: attribute 'likely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(567,10): warning C4244: '=': conversion from 'uint64_t' to 'int', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(579,32): warning C5051: attribute 'unlikely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(671,5): warning C5051: attribute 'likely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(700,32): warning C5051: attribute 'unlikely' requires at least '/std:c++20'; ignored | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(813,45): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(813,32): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
D:\Code\Astro8-Computer\Astro8-Emulator\main.cpp(1171,42): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | ||
Generating code | ||
Previous IPDB and IOBJ mismatch, fall back to full compilation. | ||
All 1207 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | ||
2 of 1207 functions ( 0.2%) were compiled, the rest were copied from previous compilation. | ||
0 functions were new in current compilation | ||
0 functions had inline decision re-evaluated but remain unchanged | ||
Finished generating code | ||
Astro8-Emulator.vcxproj -> D:\Code\Astro8-Computer\Astro8-Emulator\x64\Release\Astro8-Emulator.exe |
Binary file not shown.
Binary file modified
BIN
+4.6 KB
(140%)
Astro8-Emulator/x64/Release/Astro8-Emulator.tlog/Astro8-Emulator.write.1u.tlog
Binary file not shown.
Binary file modified
BIN
+384 Bytes
(100%)
Astro8-Emulator/x64/Release/Astro8-Emulator.tlog/CL.read.1.tlog
Binary file not shown.
Binary file modified
BIN
+124 Bytes
(110%)
Astro8-Emulator/x64/Release/Astro8-Emulator.tlog/CL.write.1.tlog
Binary file not shown.
Binary file not shown.
Oops, something went wrong.