From: Han on 15 Apr 2010 20:19 I am current working up updating Jazz for the HP50G. Every now and then, I run into the simple comment "BET" and have no idea what this means. Can anyone shed some light on this? Also, is anyone here interested in a complete port of Jazz? So far I have converted most of the display routines over to the HP50G. Jazz will (in the near future) no longer require UFL. My current build uses whatever the current MINIFONT is for ED, VV, EC, etc. and also displays 13 rows of text rather than the original 10. That that the full screen can be used, I am focusing on the keyboard routines. VV has been cleaned up and should no longer hang on the HP50G. Does anyone know if Daniel Lidstrom is still working on Jazz?
From: Andreas Möller on 16 Apr 2010 01:25 Hello, > then, I run into the simple comment "BET" and have no idea what this > means. Can anyone shed some light on this? BET means Branch Every Time if I remember correctly. So this is just a comment given by the programmer that a loop is executed if the conditions is met, for example. HTH, Andreas http://www.software49g.gmxhome.de
From: Raymond Del Tondo on 16 Apr 2010 03:38 > BET means > Branch Every Time > if I remember correctly. > > So this is just a comment given by the programmer that a loop is > executed if the conditions is met, for example. > Or in other words, BET indicates that the branch condition is always met;-)
From: Han on 16 Apr 2010 10:06 On Apr 16, 3:38 am, "Raymond Del Tondo" <Ih8...(a)nowhere.com> wrote: > > BET means > > Branch Every Time > > if I remember correctly. > > > So this is just a comment given by the programmer that a loop is > > executed if the conditions is met, for example. > > Or in other words, BET indicates that the branch condition is always met;-) Thank you Andreas and Raymond! That little detail has been nagging me for so long! =)
From: Raymond Del Tondo on 16 Apr 2010 13:43 "Han" <> schrieb im Newsbeitrag news:047302c4-f76a-417b-9d50-22025d995148(a)i37g2000yqn.googlegroups.com... On Apr 16, 3:38 am, "Raymond Del Tondo" <Ih8...(a)nowhere.com> wrote: > > BET means > > Branch Every Time > > if I remember correctly. > >> Or in other words, BET indicates that the branch condition is always >> met;-) >Thank you Andreas and Raymond! That little detail has been nagging me >for so long! =) > Or, in some special cases, the preceding code line could read like: BETter not overflow ;-)
|
Next
|
Last
Pages: 1 2 3 4 Prev: How to make $CONFIG not to be executed upon warmstart Next: using HP48 explorer release 1.1 |