abs32.asm 76 B

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