Skip to content

Linguagem interpretada de código assembly de baixo nivel e alta velocidade com fácil integração entre os códigos fontes.

Notifications You must be signed in to change notification settings

crazynds/QuartzVM-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quartz-VM-Wordcode

Light virtual machine with a focus on performance and low-level execution of programs using its own binary code named 'Wordcode'. In its advantages compared to existing languages or even established virtual machines you can highlight:

  • Performance superior to interpreted and hybrid languages.
  • High dynamics comparable to high-level languages.
  • High hardware control (registers, cache, instructions, customized interruptions, etc.)
  • Assembly-like language (NASM syntax)
  • Modularization of commands to be executed, making the code smaller and more optimized as the VM grows.
  • Standardized opcodes, thus keeping codes from previous versions compatible with new versions of Quartz.

About

Linguagem interpretada de código assembly de baixo nivel e alta velocidade com fácil integração entre os códigos fontes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published