flat assembler
Message board for the users of flat assembler.
Index
> DOS > Shortest access to two-dimensional array? Goto page Previous 1, 2 |
Author |
|
edfed 09 Jun 2008, 00:44
if something still assumed...
Code: mov si,array mov bl,x mov bh,y mov al,[ds:si+bx] or assuming array is accesed like CHS sectors (or something like that) Code: mov bx,x mov al,y xlat or Code: mov al,[x*256+y] or Code: mov al,[y*256+x] |
|||
09 Jun 2008, 00:44 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.