Click to See Complete Forum and Search --> : ROMBIOS services


ozzy_85
April 23rd, 2006, 12:52 PM
While calling a ROMBIOS service, you load the service number in the 'AH' register and use the INT instruction to call an interrupt... control is then transffered to the corresponding service routine which is predefined. Now my question is, in which language is this service routine coded, machine or assembly??

Thanx in advance...

olivthill
April 23rd, 2006, 06:09 PM
The BIOS (in ROM or RAM) contains only machine code. Nevertheless, it is very likely that this code was initially written in assembly.

ozzy_85
April 24th, 2006, 12:20 AM
thnx