8000 モード3(loadonly)のロードアドレス表示のずれを修正 by iwadon · Pull Request #2 · kg68k/exectrace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

モード3(loadonly)のロードアドレス表示のずれを修正 #2

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

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

iwadon
Copy link
Contributor
@iwadon iwadon commented Jan 4, 2025

#1 でレイアウトを修正した影響で、モード3のロードアドレス表示がずれてしまいました。
1.0.1をリリースしていただいた直後の修正で申し訳ありません。

修正前:

A>a.x b.z                 
                          
MD      = $0000(loadexec) 
FILE    = $0007471e : a.x 
CMDLINE = $000743ec : b.z 
ENV     = $000752f0       
RET     = $00076aa0       
                          
MD      = $0003(loadonly) 
FILE    = $000743ed : b.z 
LOAD    = 00106ade0       
LIMIT   = $00106bde       
ENV     = $00000007       
RET     = $fffffff8       

修正後:

A>a.x b.z                
                         
MD      = $0000(loadexec)
FILE    = $0007471e : a.x
CMDLINE = $000743ec : b.z
ENV     = $000752f0      
RET     = $00076aa0      
                         
MD      = $0003(loadonly)
FILE    = $000743ed : b.z
LOAD    = $00106ade      
LIMIT   = $00106bde      
ENV     = $00000007      
RET     = $fffffff8      

@kg68k kg68k merged commit 80d8bf1 into kg68k:main Jan 9, 2025
@kg68k kg68k self-assigned this Jan 9, 2025
@kg68k kg68k added the bug Something isn't working label Jan 9, 2025
@kg68k
Copy link
Owner
kg68k commented Jan 9, 2025

ありがとうございます。1.0.2としてリリースしました。

@iwadon iwadon deleted the fix-loadonly-load branch January 10, 2025 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0