From 02059067075f2d2899dd3b402ee986a9502285bf Mon Sep 17 00:00:00 2001 From: uz Date: Wed, 13 Feb 2013 07:31:04 +0000 Subject: [PATCH] Remove needless instruction to make the code assemble. git-svn-id: svn://svn.cc65.org/cc65/trunk@5986 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atmos/irq.s | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/atmos/irq.s b/libsrc/atmos/irq.s index 19b1e83ff..4f0227361 100644 --- a/libsrc/atmos/irq.s +++ b/libsrc/atmos/irq.s @@ -29,7 +29,6 @@ initirq: .code doneirq: - beq NoIRQ2 lda IRQInd+1 ldx IRQInd+2 sei