finish setcur subroutine

This commit is contained in:
2024-09-22 22:41:10 +02:00
parent 44411cda89
commit f71430cbe5
2 changed files with 50 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ The following example programs exist in the folder ./src
- `HELLO.ASM`: A simple "Hello World" program, that uses the print screen
routine, calling BDOS.
- `DIVTEST.ASM`: Tests the division function on the machine.
- `GRAPHTST.ASM`: Tests simple escape sequences, such as clearing the screen.
- `CIRCLE.ASM`: Draws a circle on the screen, by printing the escape sequences
on the screen.