Post Reply 
SdFiler error Hp50G
12-14-2018, 12:32 AM
Post: #9
RE: SdFiler error Hp50G
I suppose I should follow-up my previous posts by pointing out that in SDFiler (v 1.3), the source code for browser.s has the following lines (line numbers in brackets). I believe this is the source of the problem that Stevetuc encountered:
Code:
[597]  BINT1      ( selected item )
[598]  TrueFalse   ( empty, up/down for selection )
[599]  TrueFalse  ( current sort, exit condition )
[600]  NULLLAM
[601]  BINT14
[602]  NDUPN
[603]  DOBIND

The problem is in line 600, which can easily be fixed in either of two ways:

1) Preface the NULLLAM with a tick mark (') command
2) Replace NULLLAM with a fixed-address, innocuous opcode like TRUE

Option 1 is more clear (readable/maintainable), while option 2 works without the additional 5 nibbles that results from inserting the '.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
SdFiler error Hp50G - Stevetuc - 12-05-2018, 08:28 AM
RE: SdFiler error Hp50G - pier4r - 12-07-2018, 06:18 PM
RE: SdFiler error Hp50G - DavidM - 12-07-2018, 09:40 PM
RE: SdFiler error Hp50G - Stevetuc - 12-07-2018, 11:32 PM
RE: SdFiler error Hp50G - pier4r - 12-13-2018, 07:57 PM
RE: SdFiler error Hp50G - DavidM - 12-13-2018, 08:27 PM
RE: SdFiler error Hp50G - 3298 - 12-13-2018, 11:18 PM
RE: SdFiler error Hp50G - DavidM - 12-14-2018, 12:01 AM
RE: SdFiler error Hp50G - DavidM - 12-14-2018 12:32 AM
RE: SdFiler error Hp50G - 3298 - 12-14-2018, 10:47 AM



User(s) browsing this thread: 1 Guest(s)