Browse Source

tigcclib: optimize (-2 bytes) _rowread (Martial).
The Cave Blaster example is a testcase for _rowread.

git-svn-id: file:///var/svn/tigccpp/trunk@1341 9552661e-59e3-4036-b4f2-dbe53926924f

debrouxl 15 years ago
parent
commit
8c584a5865
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tigcc/archive/rowread.s

+ 1 - 1
tigcc/archive/rowread.s

@@ -5,7 +5,7 @@ _rowread:
 | Write the mask to the port
 	move.w %d0,0x600018
 | Wait for a few milliseconds until the I/O can return a valid value
-	move.w #24,%d0
+	moveq #24,%d0
 0:
 	dbra %d0,0b
 | Read the port and write it to %d0 (return value register)