X-Git-Url: http://git.subgeniuskitty.com/pdp11-modern-c/.git/blobdiff_plain/846f4d60e4994a39decd6c27463411f53965fc60..202004d54803c861f7fbaa9169eaad750c63f7cf:/pdp11/pdp11_interrupt.c diff --git a/pdp11/pdp11_interrupt.c b/pdp11/pdp11_interrupt.c new file mode 100644 index 0000000..5d563aa --- /dev/null +++ b/pdp11/pdp11_interrupt.c @@ -0,0 +1,10 @@ +// (c) 2020 Aaron Taylor +// See License.txt file for copyright and license details. + +#include "pdp11.h" + +void +int4_c_handler(void) +{ + printf("\nHandling interrupt 4\n"); +}