Basil Hussain

Results 5 issues of Basil Hussain

I note that ADC is implemented in the following manner: `cpu_op_add(a, memory_read(addr) + GET_COND(COND_C))`, where the carry flag value is added to the source value _before_ the add operation is...

When attempting to use STM8S003F3 device emulation (with `-cpu STM8S003F3` argument), an exception is thrown with an access violation: `Exception thrown: write access violation. IO was 0x11101120147A6D1.` It occurs in...

Some advance warning: as of current SDCC development version 4.2.10, and for the forthcoming release version 4.3.0, the `_sdcc_external_startup` function has been renamed to `__sdcc_external_startup` (note the additional underscore at...

I would like to raise an issue seeking some clarification on whether the API specification intends any synchronicity in how `setSignals()` applies the specified signal states to a serial port,...

### Checklist - [x] I **have searched** the issue tracker and **was unable** to find an [open](../issues?q=is%3Aissue+is%3Aopen) or [closed](../issues?q=is%3Aissue+is%3Aclosed) issue matching what I'm seeing. - [x] I **have verified** that...

bug