We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f22027 commit 7a169f2Copy full SHA for 7a169f2
README.md
@@ -8,7 +8,6 @@
8
9
Project started in january 2022.
10
VB does not have any intrinsic unsigned Datatypes, except the datatype Byte.
11
-So it's obvious we need at least some functions to fill the gap.
12
-So I came up with a library, my first real attempt to asm programming.
+This is a dll in asm with some functions to do arithmetic operations on VB.Long (Int32) just like it were unsigned.
13
14

0 commit comments