X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FTININative.txt;h=706b310fcfd828da7f9ce41cf7530b454cc6c2ad;hb=e38680e6b5234f46ad25488e0da448d42a222688;hp=3bbb838c143e42d1e1f6788c29fc29b922bd4537;hpb=c77ed7bf2a718bfe2d6fb1167cd85dac0f514f89;p=fw%2Fsdcc diff --git a/doc/TININative.txt b/doc/TININative.txt index 3bbb838c..706b310f 100644 --- a/doc/TININative.txt +++ b/doc/TININative.txt @@ -115,7 +115,7 @@ As mentioned earlier the Native APIs are implemented using compiler intrinsic fu time only the following functions have been mapped (more will be mapped in the future). Some Native API calls return multiple values, I haven't found a good way to handle this yet, in most cases these return a HANDLE and a pointer to ABSOLUTE memory in DPTR, in such cases SDCC will -return ONLY the HANDLE and igonre the POINTER value. The HANDLE can then be used with MM_Deref to +return ONLY the HANDLE and ignore the POINTER value. The HANDLE can then be used with MM_Deref to obtain the POINTER value again (I hope my assumption is correct here). SDCC Prototype Native API