HLA for osdeving?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
com1
Member
Member
Posts: 105
Joined: Sat Apr 28, 2007 11:57 am
Location: TN

HLA for osdeving?

Post by com1 »

can i use high level assembly in osdeving?
oh microsoft, microsoft, what souls you have dismayed
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

If it assembles to machine code, yes.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post 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
Post Reply