We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cfd9b commit 1759b1fCopy full SHA for 1759b1f
1 file changed
src/lib/arch/zx48k/stdlib/hex.bas
@@ -21,10 +21,10 @@ REM Avoid recursive / multiple inclusion
21
' function HEX
22
'
23
' Parameters:
24
-' num : 32 bit unsigned integer numbre
+' num : 32 bit unsigned integer number
25
26
' Returns:
27
-' 4 chars str containing the HEX string representation
+' 8 chars str containing the HEX string representation
28
' ----------------------------------------------------------------
29
function FASTCALL hex(num as ULong) as String
30
asm
0 commit comments