ghidra/Ghidra/Processors/8048
fenugrec 97b0984426 8048: support > 4kB address space
MCS-48 just barely supports 12 bits of program counter space (4kB), but
many real-world applications use software banking to expand this,
e.g. via IO pins driving extra address lines to the external ROM.

This patch allows up to 16-bit addresses. To use this feature, simply
select the special instruction (typically ORL Pp or ANL Pp) and set a
manual Fallthrough address to the correct bank.
2023-05-31 12:34:22 +00:00
..
data 8048: support > 4kB address space 2023-05-31 12:34:22 +00:00
build.gradle Updated certification headers 2021-03-17 18:22:50 -04:00
certification.manifest Updated certification headers 2021-03-17 18:22:50 -04:00
Module.manifest Add processor implementation for 8048 (MCS-48) 2019-05-30 19:34:44 +02:00