D. Lawrence

Results 4 issues of D. Lawrence

**Describe the bug** When using the p-code emulator to run the instruction `RCR RCX, 0x2`, where `RCX = 2`, the `CF` flag is not set as expected. The same happens...

Feature: Processor/x86
Status: Triage

This PR removes the 32-bit build options since we're not longer supporting it (and it adds some complexity to the build). I also removed the explicit setting of CMAKE_OSX_SYSROOT since...

The page "Introduction to Panda3D" could use a good look-over. I don't like the section about Panda3D not being a beginner's tool/toy; it seems quite alienating and slightly pretentious sounding....

content update

**Describe the bug** When using the Pcode Emulator specifically, `inst_next2` occasionally evaluates to `inst_next` rather than being computed correctly. The logic that causes this is in `SleighParserContext.getN2addr()`, where failure of...

Type: Bug
Status: Internal