]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/init.asm
* avr/Z80int-jmp.asm
[avrcpm.git] / avr / init.asm
index df1cfcd834225a1b19c1bbff5bf7682c7f69e611..2d35ff537faf91f8775c2d9db2b5fb4b583e212d 100644 (file)
@@ -220,8 +220,8 @@ ramtestend:
 
 .if MEMFILL
        ldiw    x,0
+       ldi     temp,MEMFILL_VAL
 ramfillw:
-       ldi temp,MEMFILL_VAL
        rcall   dram_write_pp
        brcc ramfillw
 .endif