Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/26/03 15:04
Read: times


 
#40147 - RE: 8052-BASIC bin to listing
Responding to: ???'s previous message
erik malund wrote:
-------------------------------
any disassembler will give you a "basic program listing" in assembler, if you are looking for a "program listing in BASIC" you are out of luck.




Actually, if you can write some PC cde yourself, you can deconvolve BASIC52, assuming it is the old intel BASIC52, interpreter.

You need the Hex file first, which you need to strip the contents out of in ASCII. Intel published the method used to store the code (tokens etc) and the rest can be done by reading the ASCII.

Even easier of course is to put a 8052AH BASIC together and put the code back in, then type LIST !

Steve

List of 16 messages in thread
TopicAuthorDate
8052-BASIC bin to listing            01/01/70 00:00      
   RE: 8052-BASIC bin to listing            01/01/70 00:00      
   RE: 8052-BASIC bin to listing            01/01/70 00:00      
      RE: 8052-BASIC bin to listing            01/01/70 00:00      
         RE: 8052-BASIC bin to listing            01/01/70 00:00      
         RE: 8052-BASIC bin to listing            01/01/70 00:00      
            RE: 8052-BASIC bin to listing            01/01/70 00:00      
               RE: 8052-BASIC bin to listing            01/01/70 00:00      
                  RE: 8052-BASIC bin to listing            01/01/70 00:00      
                     RE: 8052-BASIC bin to listing            01/01/70 00:00      
                        RE: 8052-BASIC bin to listing            01/01/70 00:00      
               RE: 8052-BASIC bin to listing            01/01/70 00:00      
                  RE: 8052-BASIC bin to listing            01/01/70 00:00      
   RE: 8052-BASIC bin to listing            01/01/70 00:00      
   RE: 8052-BASIC bin to listing            01/01/70 00:00      
      RE: 8052-BASIC bin to listing            01/01/70 00:00      

Back to Subject List