gilgamesh icon indicating copy to clipboard operation
gilgamesh copied to clipboard

Clearer display of subroutines that have code preceeding their entry point

Open AndreaOrru opened this issue 4 years ago • 0 comments

[sub_FDE60D]> disassembly
.loc_C00000:
  jmp .loc_C0FE80     ; $C00000
.loc_C0551A:
  jsr sub_C0537F      ; $C0551A
  ldx #$FF80          ; $C0551D
  lda #$C0            ; $C05520
  jsr sub_C049D5      ; $C05522
  ; Unknown state.    ; $C05525
.loc_C0FE80:
  clc                 ; $C0FE80
  xce                 ; $C0FE81
  rep #$10            ; $C0FE82
  rep #$20            ; $C0FE84
  lda #$00FF          ; $C0FE86
  tcs                 ; $C0FE89
  sep #$20            ; $C0FE8A
  lda #$00            ; $C0FE8C
  pha                 ; $C0FE8E
  plb                 ; $C0FE8F
  jsr sub_C0FEC5      ; $C0FE90
  jml .loc_C0551A     ; $C0FE93
sub_FDE60D:
  cmp #$0000          ; $FDE60D
  bne .loc_FDE620     ; $FDE610
  stz $1816           ; $FDE612
[...]
  jml .loc_C00000     ; $FDF463

AndreaOrru avatar May 09 '20 04:05 AndreaOrru