mhamini
Member level 1
- Joined
- Aug 23, 2005
- Messages
- 40
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Iran-Tehran
- Activity points
- 1,690
I need to do the following..
In Intel Assembly running on DEBUG, bypass OS system calls..
I need a system call that recives in register AH either 1 or 2 and ..
if 1, change the color of every position on the screen to randomly chosen patter
if 2, the system call receives, in BX, offset of address of a string supplied by user, in DL, screen attributes, in CX, the row (0-24), in CH, the column (0-79) and the string will be terminated by a character of choice. This function will display on CGA Screen, the string specified at the column and row with the attributes in DL.
Please Help..
In Intel Assembly running on DEBUG, bypass OS system calls..
I need a system call that recives in register AH either 1 or 2 and ..
if 1, change the color of every position on the screen to randomly chosen patter
if 2, the system call receives, in BX, offset of address of a string supplied by user, in DL, screen attributes, in CX, the row (0-24), in CH, the column (0-79) and the string will be terminated by a character of choice. This function will display on CGA Screen, the string specified at the column and row with the attributes in DL.
Please Help..