Skip to content

Micro Assembler JIT ( x86 ) 32/64 bits... With a Simple Language

License

Notifications You must be signed in to change notification settings

gokernel2017/asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 THANKS TO:
 ----------------------------------------------

   01 : God the creator of the heavens and the earth in the name of Jesus Christ.

   02 : Fabrice Bellard: www.bellard.org

 ----------------------------------------------

 Micro Assembler JIT(x86) 32/64 bits.

 TO COMPILE TYPE:
   make
   gcc test.c -o test libasm.a -Wall


 TO COMPILE THE SIMPLE LANGUAGE 32 BITS:
   gcc -c src/asm.c -m32 -Wall
   gcc src/simple.c -o simple asm.o -m32 -Wall


 TO COMPILE THE SIMPLE LANGUAGE 64 BITS:
   gcc -c src/asm.c -m64 -Wall
   gcc src/simple.c -o simple asm.o -m64 -Wall


 TO TEST SIMPLE LANGUAGE:
   simple test.asm


 BY: Francisco - gokernel@hotmail.com

About

Micro Assembler JIT ( x86 ) 32/64 bits... With a Simple Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages