pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.

Home Page:http://www.phkimpel.us/B5500/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPOL compiler declares NESTOG twice

GoogleCodeExporter opened this issue · comments

The ESPOL compiler declares the variable NESTOG twice in the same block: (1) as 
a define at 01001310, and (2) as a Boolean variable at 017723000. From the 
cross-reference, it appears that the B5500 compiler ignores the define and uses 
the Boolean. This variable is never used as the destination of an assignment, 
so it's probably just dead code (from a no-longer implemented $-option). The 
define was commented out in ESPOLXEM, so for now will do the same in the base 
ESPOL source.

Original issue reported on code.google.com by paul.kimpel@digm.com on 26 Sep 2012 at 11:36