Close

2019, june 19. - Compiler patch

A project log for Dawn - the SUBLEQ operating system by Geri

Dawn - the SUBLEQ operating system by Geri

geriGeri 06/18/2019 at 20:130 Comments

-Added support for hexadecimal numbers in compiler (0xABCDEF format).
-Added support for binary numbers in compiler (0b101010 format).
-Fixed a bug when multiplying numbers as a*=16, 32 or 64.
-Small optimization, when multiplying numbers as a=b*16, 32 or 64.
-Fixed some mistranslations. 

Discussions