Explorar el Código

README.md updated

Alexander Shiryaev hace 5 años
padre
commit
37327087e4
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -2,12 +2,13 @@ PICL → PIC16 compiler ([BlackBox](http://www.oberon.ch/blackbox.html) subsys
 
 Only PIC16F177{3,6,8} is currently supported and tested
 
-Features:
-* memory banks switching implemented
+Main differences from original language and compiler:
 * bit access indices may be named numeric constants
+* interrupt handler procedures added
 * SLEEP, CLRWDT and RESET commands added
 * "*" operator added for integer operands (addition with carry)
 * "/" operator added for integer operands (substraction with borrow)
+* memory banks switching implemented
 
 Subsystems:
 * [Pic](Pic): compiler