Changes between Version 5 and Version 6 of Ticket #10814, comment 16


Ignore:
Timestamp:
Nov 22, 2018, 7:17:23 PM (6 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 16

    v5 v6  
    3030Believe me, I am painfully aware of my Dunning-Kruger risk as I press this. I can't see how you're reading something different.
    3131\\
    32 [http://sciwiki.sierrahelp.com//index.php?title=SCI_Specifications:_Chapter_5_(cont.)_-_Kernel_functions#Kernel_functions Article]: SierraHelp's SCI Wiki - SCI Spec, Kernel funcs
     32[http://sciwiki.sierrahelp.com//index.php?title=SCI_Specifications:_Chapter_5_(cont.)_-_Kernel_functions#Kernel_functions Article]: ScummVM Wiki - SCI Spec, Kernel funcs
    3333> Return values are returned into the accumulator, unless stated otherwise. If return type is stated as (void), then the accumulator is not modified.
    3434\\
     
    5353
    5454If it were returning 1 or 0, acc would be clobbered, and 002e:1694 wouldn't be there after the call.
     55\\
     56\\
     57\\
     58**EDIT:** Changed the SCI Spec link, from SierraHelp's wiki to ScummVM's wiki.