1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

Removed unused code.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4191 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-09-18 17:42:44 +00:00
parent 80fc3a0b48
commit 6019580fb6

View File

@ -64,10 +64,6 @@ L1: pla
;---------------------------------------------------------------------------
; 16by8 division
udiv16by8:
lda #0
sta ptr1+1
ldy #16
udiv16by8a:
@L0: asl sreg
rol sreg+1