how to move shapes for eg square in assembly x86 language
问题 as per title, I know how to draw shape in 13h mode but have not idea how to move it on screen, next thing would be forcing the shape to bounce from edges of the screen, I think to redraw the shape in loop... but not to sure as I just started with assembly, I work on Tasm. Thanks for any suggestions. 回答1: Not related to assembly at all. If you know how to draw shapes in 13h mode, just do the mental exercise. Imagine how the video memory (a000:0000 region) content looks when you draw the square