Page 1 of 1
HLA for osdeving?
Posted: Tue Jul 17, 2007 12:58 pm
by com1
can i use high level assembly in osdeving?
Posted: Tue Jul 17, 2007 3:31 pm
by pcmattman
If it assembles to machine code, yes.
Posted: Wed Jul 18, 2007 1:25 am
by AJ
Only one thing - if HLA uses macros to call system functions like MASM, you will need to be careful that you do not include any code that you did not write yourself (or haven't read and understood thoroughly).
Cheers,
Adam