6502: first cut at signal handler logic
authorAlan Cox <alan@linux.intel.com>
Fri, 23 Jan 2015 00:03:11 +0000 (00:03 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 23 Jan 2015 00:03:11 +0000 (00:03 +0000)
commitb80bf4ed9e97c7d6dcd7166c4ad18f3d03d2aa6a
tree25093237fdb96c0bd2d440cb21ec9d1558539497
parenta467da6db9234d533bf74dfef7893192111e8439
6502: first cut at signal handler logic

This is quite ugly because the C stack may not be consistent during an IRQ
event. Punt most of the mess to the C app and require 6502 apps all have
a signal handling stub vectored at base + 20
Kernel/cpu-6502/cpu.h
Kernel/cpu-z80/cpu.h
Kernel/lowlevel-6502.s
Kernel/platform-tgl6502/kernel.def
Kernel/platform-tgl6502/tgl6502.s
Library/libs/crt0_6502.s