Post Reply 
WP-34S N-Queens Benchmark taking too long
10-12-2014, 11:20 PM (This post was last modified: 10-15-2014 11:12 PM by iceman.)
Post: #1
WP-34S N-Queens Benchmark taking too long
I notice the WP-34S Benchmark takes about 5 seconds, which is longer than shown in Xerxes' article

Has anyone else noticed this?

This is the code, starting at program location 1

I include that .dat file of this program from the emulator for verification

Code:
WP-34S
--------


 001: LBL B
 002: CLREG
 003: 8
 004: STO 11
 005: RCL 11
 006: x=? 00
 007: SKIP 22
 008: INC 00
 009: STO ->00
 010: INC 10
 011: RCL 00
 012: STO 09
 013: DEC 09
 014: RCL 09
 015: x=0?
 016: BACK 11
 017: RCL ->00
 018: RCL- ->09
 019: x=0?
 020: SKIP 05
 021: ABS
 022: RCL 00
 023: RCL- 09
 024: x<>? Y
 025: BACK 12
 026: DSZ ->00
 027: BACK 17
 028: DSZ 00
 029: BACK 03
 030: RCL 10
 031: RTN
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
WP-34S N-Queens Benchmark taking too long - iceman - 10-12-2014 11:20 PM



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