-
Notifications
You must be signed in to change notification settings - Fork 0
Roots delent() Function
Dan Kranz edited this page Nov 21, 2020
·
19 revisions
All first/nextLine lines are removed from block. The delent function also updates the value of nline. Input first/nextLine reflects physical block line sequence; i.e. first/nextLine was generated via seqlst. Vacancies result at the bottom of block.
Roots.delent(block, cpl, nline, first, nextLine)
Parameter | Description |
---|---|
block | Uint8Array memory block |
cpl | The width of a memory block line |
nline | The number of block lines |
first | Starting line number of the removal list (type Array) |
nextLine | Subsequent line numbers array |