2026-08-27 Philipp Klaus Krause * sim/ucsim/src/sims/f8.src/decode.h, sim/ucsim/src/sims/f8.src/f8cl.h, sim/ucsim/src/sims/f8.src/glob.cc, sim/ucsim/src/sims/f8.src/imove.cc: Use generated tables instead of hand-written ones for f8 opcodes. * sdas/asf8/f8.h, sdas/asf8/f8mch.c, sdas/asf8/f8pst.c, src/f8/main.c, src/f8/main.c: Basic sdas f8l support. 2026-08-15 Gabriele Gorla * src/mos6502/genlshift.c: Fix bug #4065 * support/regression/tests/falcon-ntt.c Enable falcon-ntt for mos6502-stack-auto. 2026-08-26 Maarten Brock * support/regression/tests/bug-3845.c: new, added * src/mcs51/gen.c (aopOp): applied patch #513 to fix bug #3845, Thanks Li-Hsin Chien 2026-08-25 Maarten Brock * device/lib/_muluchar.c: applied patch #448, Thanks Konstantin Kim * device/lib/_mullong.c: use xstack asm code for medium as well * device/lib/_mullonglong.c: replaced byte-by-byte mult with bit mult which is shorter and uses less memory for almost all targets/models exceptions: hc08, s08, s08-stack-auto also optimized byte-by-byte with zero-checking and much less shifts 2026-08-24 Gabriele Gorla * sdas/as6500/r6500.h, sdas/as6500/r65mch.c, sdas/as6500/r65pst.c: Initial sdas support for Huc6280. 2026-08-23 Gabriele Gorla * src/SDCCerr.c, src/SDCCerr.h, src/mos6502/main.c: Add warning for out of range ZP location (feature request #1021). 2026-08-22 Gabriele Gorla * sdas/as6500/r65pst.c, sdas/as6808/m08mch.c, sdas/as6808/m08pst.c, sdas/as8051/i51mch.c, sdas/as8051/i51pst.c, sdas/as8xcxxx/ds8pst.c, sdas/asf8/f8pst.c, sdas/asgb/gbpst.c, sdas/aspdk13/pdk13pst.c, sdas/aspdk14/pdk14pst.c, sdas/aspdk15/pdk15pst.c, sdas/aspdk16/pdk16pst.c, sdas/asrab/rab.h, sdas/asrab/rabmch.c, sdas/asrab/rabpst.c, sdas/asstm8/stm8pst.c, sdas/astlcs90/t90pst.c, sdas/asz80/z80pst.c: Merge more asxxxx upstream changes. * src/SDCCglue.c: Remove dead code. * src/f8/gen.c: Fix gcc warning. * sdas/as6808/m08adr.c, sdas/as6808/m08mch.c, sdas/as6808/m6808.h, sdas/as8051/i51mch.c, sdas/as8051/i8051.h, sdas/as8xcxxx/ds8.h, sdas/as8xcxxx/ds8mch.c, sdas/asf8/f8mch.c, sdas/asf8/f8pst.c, sdas/asgb/gb.h, sdas/asgb/gbmch.c, sdas/asrab/rabpst.c, sdas/asz80/z80.h, sdas/asz80/z80mch.c, sdas/asz80/z80pst.c: Merge more asxxxx upstream changes. * src/SDCCicode.c, src/mos6502/gen.c: Correctly mark builtin as generated. * src/mos6502/m6502.h, src/mos6502/main.c, src/mos6502/pragma.c: Initial pragma implementation for mos6502. 2026-08-21 Gabriele Gorla