Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
nitrofurano
/
6502basiccompiler
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4ccd1b6ab9
Branches
Tags
master
6502basiccom...
/
arch
/
6502
/
__sandbox__
/
library-asm
/
abs16.asm
abs16.asm
76 B
History
Raw
1
2
3
4
5
6
; 16 bit signed integer abs value
; HL = value
#include once <neg16.asm>