Subversion Repositories Kolibri OS

Rev

Rev 548 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 548 Rev 705
Line 66... Line 66...
66
        _guess                          ; guess: no overflow
66
        _guess                          ; guess: no overflow
67
          cmp   eax,esp                 ; - quit if user asking for too much
67
          cmp   eax,esp                 ; - quit if user asking for too much
68
          _quif ae                      ; - ...
68
          _quif ae                      ; - ...
69
          sub   eax,esp                 ; - calculate new low point
69
          sub   eax,esp                 ; - calculate new low point
70
          neg   eax                     ; - calc what new SP would be
70
          neg   eax                     ; - calc what new SP would be
71
          cmp   eax,_STACKLOW           ; - quit if too much
71
          cmp   eax,[_STACKLOW]         ; - quit if too much
72
          _quif   be                    ; - ...
72
          _quif   be                    ; - ...
73
          call  __GRO                   ; - return
73
          call  __GRO                   ; - return
74
          ret
74
          ret
75
        _endguess                       ; endguess
75
        _endguess                       ; endguess