Re: [Flashforth-devel] Parameter stack size issue
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-06-06 07:51:18
|
hex s0 @ operator 4 + c@ ok<$,ram> 10e2 60 So 3 was wrong. Thanks! Igor ______________________________________________________________ > Od: Mikael Nordman <mik...@fl...> > Komu: <fla...@li...> > Datum: 06.06.2015 08:35 > Předmět: Re: [Flashforth-devel] Parameter stack size issue > >Read the operator code. > >Sent from my LG Mobile > >------ Original message------ > >From: om1zz > >Date: Fri, 05/06/2015 23:05 > >To: flashforth-devel; > >Subject:[Flashforth-devel] Parameter stack size issue > >With the 03.06.2015 release the param stack size is equal to rstack even when compiled with .equ RETURN_STACK_SIZE, 160 ; cells return stack .equ PARAMETER_STACK_SIZE, 96 ; cells parameter stack hex r0 @ operator 3 + c@ ok<$,ram> 1024 a0 hex s0 @ operator 3 + c@ ok<$,ram> 10c2 a0 sdump 10c2 :00 00 c4 10 00 00 06 0e 06 0e 80 11 22 10 78 11 ........_._. .x. 10d2 :03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 10e2 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 10f2 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 1102 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 1112 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 1122 :00 05 73 64 75 6d 70 6d 70 03 68 65 78 02 73 30 ..sdumpmp.hex.s0 1132 :01 40 08 6f 70 65 72 61 74 6f 72 01 33 01 2b 02 .@.operator.3.+. 1142 :63 40 04 64 75 6d 70 07 64 65 63 69 6d 61 6c 01 c@.dump.decimal. 1152 :00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ......... ....... ok<#,ram> Igor. ------------------------------------------------------------------------------ _______________________________________________ Flashforth-devel mailing list Fla...@li... https://lists.sourceforge.net/lists/listinfo/flashforth-devel > >---------- > >------------------------------------------------------------------------------ > > >---------- > >_______________________________________________ >Flashforth-devel mailing list >Fla...@li... >https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |