oscar64/oscar64
drmortalwombat 66807c2374 Add samples to windows installer 2021-12-30 17:30:36 +01:00
..
Array.h Optimize signed range comparison 2021-11-13 15:05:53 +01:00
Assembler.cpp Add makefile for linux 2021-09-24 16:17:20 +02:00
Assembler.h Fix unnamed parameters in function prototype 2021-09-11 16:05:31 +02:00
BitVector.h Add makefile for linux 2021-09-24 16:17:20 +02:00
ByteCodeGenerator.cpp More samples 2021-12-28 13:13:05 +01:00
ByteCodeGenerator.h Optimize native code branch placement 2021-12-01 20:26:28 +01:00
CompilationUnits.cpp Support for long integer with byte code 2021-10-02 10:06:13 +02:00
CompilationUnits.h Support for long integer with byte code 2021-10-02 10:06:13 +02:00
Compiler.cpp Reduce y register pressure if x available 2021-12-27 10:49:18 +01:00
Compiler.h Reduce y register pressure if x available 2021-12-27 10:49:18 +01:00
CompilerTypes.h Add verbose option -v to compiler 2021-12-26 11:31:04 +01:00
Declaration.cpp Optimize 32bit shifts 2021-12-18 22:21:39 +01:00
Declaration.h Optimize 32bit shifts 2021-12-18 22:21:39 +01:00
Disassembler.cpp Some bytecode optimizations 2021-11-26 22:59:10 +01:00
Disassembler.h Fixes to get dhrystone.c to compile and run 2021-10-03 20:35:50 +02:00
Emulator.cpp Reduce y register pressure if x available 2021-12-27 10:49:18 +01:00
Emulator.h Reduce y register pressure if x available 2021-12-27 10:49:18 +01:00
Errors.cpp Fix various errors triggered by fuzzing 2021-10-17 18:20:44 +02:00
Errors.h Fix various errors triggered by fuzzing 2021-10-17 18:20:44 +02:00
GlobalAnalyzer.cpp Optimize 32bit shifts 2021-12-18 22:21:39 +01:00
GlobalAnalyzer.h Add command line options for optimization 2021-10-14 16:51:59 +02:00
Ident.cpp Add makefile for linux 2021-09-24 16:17:20 +02:00
Ident.h Initial commit 2021-09-06 18:34:52 +02:00
InterCode.cpp More samples 2021-12-30 15:41:06 +01:00
InterCode.h Add verbose option -v to compiler 2021-12-26 11:31:04 +01:00
InterCodeGenerator.cpp More integer value range optimizations 2021-12-23 14:31:58 +01:00
InterCodeGenerator.h Remove copies from struct function return 2021-10-16 18:17:54 +02:00
Linker.cpp Optimize 32bit shifts 2021-12-18 22:21:39 +01:00
Linker.h Optimize 32bit shifts 2021-12-18 22:21:39 +01:00
MachineTypes.cpp Add charwin library and matching code generator optimizations 2021-11-18 14:57:43 +01:00
MachineTypes.h Add charwin library and matching code generator optimizations 2021-11-18 14:57:43 +01:00
NativeCodeGenerator.cpp More samples 2021-12-30 15:41:06 +01:00
NativeCodeGenerator.h Add sprite multiplexer 2021-12-29 20:07:13 +01:00
NumberSet.cpp Optimize static and global variable usage 2021-10-31 16:22:11 +01:00
NumberSet.h Optimize static and global variable usage 2021-10-31 16:22:11 +01:00
Parser.cpp Reduce y register pressure if x available 2021-12-27 10:49:18 +01:00
Parser.h More cartridge hacking 2021-10-19 22:29:23 +02:00
Preprocessor.cpp Add verbose option -v to compiler 2021-12-26 11:31:04 +01:00
Preprocessor.h Add verbose option -v to compiler 2021-12-26 11:31:04 +01:00
Scanner.cpp Reduce y register pressure if x available 2021-12-27 10:49:18 +01:00
Scanner.h Add PETSCII string literals 2021-12-06 20:54:11 +01:00
Type.h Initial commit 2021-09-06 18:34:52 +02:00
oscar64.cpp Add samples to windows installer 2021-12-30 17:30:36 +01:00
oscar64.rc Add samples to windows installer 2021-12-30 17:30:36 +01:00
oscar64.vcxproj Start sample projects 2021-12-25 14:49:15 +01:00
oscar64.vcxproj.filters More cartridge hacking 2021-10-19 22:29:23 +02:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00