How to map machine instctions in memory and execute them? (Aka, how to create a loader)
    Alain De Vos 
    devosalain at ymail.com
       
    Mon Jun  6 15:27:12 UTC 2022
    
    
  
Note , it is also possible to do inline assembly with asm{...}  
or __asm(T) {..}.
    
    
More information about the Digitalmars-d-learn
mailing list