aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/usbdrvasm128.inc
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-10-22 09:59:13 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-10-22 09:59:13 +0000
commit34cb8f6b9ae29fef92d5efda000bbb4df5d847b2 (patch)
treedec6bb0d004499671606fc2caea95602b07bca7c /usbdrv/usbdrvasm128.inc
parentc3503008113c845c519408d9849148f06f023a44 (diff)
downloadv-usb-34cb8f6b9ae29fef92d5efda000bbb4df5d847b2.tar.gz
v-usb-34cb8f6b9ae29fef92d5efda000bbb4df5d847b2.tar.bz2
v-usb-34cb8f6b9ae29fef92d5efda000bbb4df5d847b2.zip
- replaced a nop nop with nop2
Diffstat (limited to 'usbdrv/usbdrvasm128.inc')
-rw-r--r--usbdrv/usbdrvasm128.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/usbdrv/usbdrvasm128.inc b/usbdrv/usbdrvasm128.inc
index 7cbc6e1..619ff98 100644
--- a/usbdrv/usbdrvasm128.inc
+++ b/usbdrv/usbdrvasm128.inc
@@ -596,8 +596,7 @@ doExorN2:
eor x1, x2 ;[04] [12]
ldi x3, 6 ;[05] [13]
commonN2:
- nop ;[06] [14]
- nop ;[07] [15]
+ nop2 ;[06] [14]
subi cnt, 171 ;[08] [16] trick: (3 * 171) & 0xff = 1
out USBOUT, x1 ;[09] [17] <--- set bit
brcs txBitloop ;[10] [27] [44]