Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update i8086.cpp #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update i8086.cpp #1

wants to merge 2 commits into from

Conversation

LanderXT
Copy link

@LanderXT LanderXT commented Jul 24, 2024

// Changes by LanderXT
// - Replaced multiplications and divisions (2,4,8,16) for shift left or shift right bitwise operations
// - Moved op_source, op_dest as local variables
// - Added inline instruction to some functions
// - Replaced *opcode_stream references for a new local variable xopcode
// - Removed PSRAM_WORKAROUND2 defines, as don't seem to have an effect on the Olimex SBC_ESP32_FABGL board (THis has not tested on TTGO ESP32VGA boards)

// Changes by LanderXT
//   - Replaced multiplications and divisions (2,4,8,16) for shift left or shift right binary operations
//   - Moved op_source, op_dest as local variables
//   - Added inline instruction to some functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant