abs16.asm 76 B

123456
  1. ; 16 bit signed integer abs value
  2. ; HL = value
  3. #include once <neg16.asm>