This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's z80 & ez80 Assembly subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Z80 & 68k Assembly => z80 & ez80 Assembly
Author Message
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 14 Jul 2003 10:06:32 am    Post subject:

Here are the first 28 bytes which are in the RAM (well, I'd such say the ROM), from address 0000h to 001Ch :


Code:
3E 1F D3 06
C3 95 01 FF
C3 04 10 FD
CB 07 46 C9
C3 C8 18 FD
CB 02 66 C9
C3 BF 20 FD


So is it something interesting ? What does it do ?
Back to top
Justin W.
Shattered Silence


Advanced Member


Joined: 24 May 2003
Posts: 429

Posted: 14 Jul 2003 10:25:40 am    Post subject:

Tyraniek wrote:

Code:
3E 1F D3 06
C3 95 01 FF
C3 04 10 FD
CB 07 46 C9
C3 C8 18 FD
CB 02 66 C9
C3 BF 20 FD

Providing that the actual code starts at that address the decompiled version is.


Code:
  ld a,$1F
  out ($06),a
  jp $0195
  rst 38h
  jp $1004


I only decompiled the first few lines but it appears to be code to switch in a flash page at $4000-$7FFF
Back to top
Tyraniek


Member


Joined: 07 Jun 2003
Posts: 133

Posted: 14 Jul 2003 10:44:04 am    Post subject:

alright, thanks
anyaway, it was just a curiosity Wink
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement