...

/

pragma(startaddress) and pragma(mangle)

pragma(startaddress) and pragma(mangle)

This lesson provides an introduction to pragma(startaddress) and pragma(mangle).

We'll cover the following...

pragma(startaddress)

pragma(startaddress) specifies the start address of the program. Since the start address is normally assigned by the D runtime ...