?login_element?

Subversion Repositories NedoOS

Rev

Rev 129 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  .3        INC A    ;will be compiled to INC A:INC A:INC A
  2. len        EQU 10
  3.  .(12-len) BYTE 0   ;will be compiled to BYTE 0,0
  4.  .2 .3     RET      ;will be compiled to 6x RET
  5.