-
Other that the ones already mentioned in #134 and #50 It would be great have some more capabilities in the map editing.
- Allow to flip vertical and horizontal sprites when placing tiles, right no…
-
Minimized reproducer:
```asm
foo:
andi $a0, $a0, (0+(((~((0)))-(((1))(64-1-(9)))))
```
This is typical code pattern expanded from Linux's `GENMASK(h, l)` macro generating bitfield constants.
…
-
The current in-memory representation of the run iterator is really inefficient. On a 64 bit system, it'll take 16 bytes per run due to alignment. This is an issue because we _cache_ this iterator when…
-
Version found: 3.3.4
CMSIS-SVD peripherical definition:
` `
` DDR_III_LPDDR_II`
` DDR3/LPDDR2 address space.`
` 0x40000000`
` `
` 0`
` 0x80000000`
` buffer`
` `
` …
-
Hi, @rodrigodornelles!
layout of forbiden duality, rules of opcodes in bitwise lockuptable.
-
**Description**
When using an enumerated value inside of a struct, the compiler is unable to perform a 'sizeof' on that struct member.
**Steps to Reproduce**
Shader provided here (also will paste…
-
If we run the VLAN test case twice without remove topo and adding topo the test case will fail because of IPv6 ND PACKETS received by PTF docker.
-
When using the `termenv.ANSI` color profile for a normal text it works just fine, but in indented text it gets back to the default ANSI256. The following is an output example using a pager (`most`) wi…
-
Several things to consider:
- we should have a "generic" code in `PropertiesWindow` displaying different widgets based on the `Shape` type. Each of these widget should handle their sole properties and…
-
Hi Jens,
I was wondering why the CANFestivino project did't generate bootup-messages. I found out that the StartOrStop macro doesn't work with your memory reduced bitfield version of the s_state_comm…