Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassembly only does first 4KB of data? #7

Closed
gingerbeardman opened this issue Jul 15, 2017 · 2 comments
Closed

Disassembly only does first 4KB of data? #7

gingerbeardman opened this issue Jul 15, 2017 · 2 comments

Comments

@gingerbeardman
Copy link

gingerbeardman commented Jul 15, 2017

disassembly seems to only go as far as $0FE for some reason?

2421:	ld	(bc), a					; $0FFD:       02
2422:	ld	bc, $0E00				; $0FFE:       01 00 0E
2423: .byte $0D $0C $0B $0A $09 $08 $07 $07 $06 $05 $04 $03 $02 $01 $00 $0F	; $1001
2424: .byte $0E $0D $0C $0B $0A $09 $08 $07 $06 $05 $04 $03 $02 $01 $00 $2A	; $1011

Magical Puzzle Popils.asm.txt

;; GAME GEAR ROM DISASSEMBLY
;; File: Magical Puzzle Popils.gg
;; Generated on Wed Jul 12, 2017 at 11:30:37 by crater 0.1.dev0
;; ----------------------------------------------------------------------------

.rom_size	"128 KB"	; $20000 bytes in 8 banks
.rom_header	$7FF0
.rom_checksum	off
.rom_product	48017		; Tengen/Time Warner
.rom_version	0
.rom_region	6		; GG Export
.rom_declsize	$F		; 128 KB
@gingerbeardman gingerbeardman changed the title disassembly only does first 4KB of data? Disassembly only does first 4KB of data? Jul 15, 2017
@earwig
Copy link
Owner

earwig commented Jul 15, 2017

This is the same thing as #5; since we don't know what's code and what's data, at the moment we are just hardcoding the beginning as code and the rest as data. It's not supposed to be realistic for now.

@earwig earwig closed this as completed Jul 15, 2017
@gingerbeardman
Copy link
Author

gingerbeardman commented Jul 16, 2017

OK, thanks!

I've started using Emulicious - but thanks for your work on crater it was a great help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants