MCPcopy Create free account
hub / github.com/FDOS/kernel / test_two_byte_overflow

Function test_two_byte_overflow

tests/int2f-12/t121d.c:159–182  ·  view source on GitHub ↗

* Two-byte buffers: verifies carry is discarded (8-bit truncation). * 0xFF + 0x01 = 0x100 -> AL = 0x00 (carry discarded). * 0xFF + 0x02 = 0x101 -> AL = 0x01. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

run_sum_caseFunction · 0.85

Tested by

no test coverage detected