ssexy icon indicating copy to clipboard operation
ssexy copied to clipboard

Translate regular Assembly into Extended Instructions

Results 6 ssexy issues
Sort by recently updated
recently updated
newest added

In order to convert existing software into SSEified executables we are going to need a PE parsing library, and more importantly, a PE creation library. PE creation libraries do not...

Ability to Single-Step Debug a sequence of instructions, to see what's going wrong and/or if it's working correctly. This will take a series of lines of assembly or machine code...

Improvements on test cases and new test cases etc. A new Test Case mini-framework should be made which allows instructions that handle operations on memory.

Many instructions in the general purpose instructions set flags depending on the calculation being performed. A tracer should be made which tells us which instruction sets a certain flag which...

Every instruction that is used by _common_ applications, should be implemented, this will be done here.

Read and Write to and from 8, 16, or 32 bit general purpose registers, memory addresses, etc.. Each of these read and writes have to be tested carefully, because they...