KJT_bchl_memfill
Created by: Administrator, Last modification: Fri 31 of Jul, 2009 (22:39 UTC)
- Name
- kjt_bchl_memfill
- Action
- Fill memory with value in accumulator
- Input Registers
- HL = start address
- BC = number of bytes to write
- A = value to write
- Output Registers
- none
- Trashes
- HL, BC, A
Notes
- Preserves DE, does not preserve HL/BC/A
- Does NOT overflow from $FFFF into next bank.
- Up
- Kernal misc routines, Kernal