View Single Post
Old 28 November 2021, 20:08   #1041
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,099
Very very minor issue:

With a faulty program and JIT enabled the debugger window pops up with incomplete disassesmbly:

In B32 (early betas I tried did not pop up the window, only changing state to "HALT3" and stopping):

Code:
0001AC9E 4eae ffca                JSR (A6,-$0036) == $ffffffca
In B33 and later:

Code:
0001ac9e 4eae ffca                jsr ( == $ffffffca
Things otherwise seem to work fine, I'm really only reporting it because the broken output made me suspect something more serious.

EDIT: It's because disasm_areg is 0 (because disasm_init hasn't been called)

Config+ADF attached.
Attached Files
File Type: zip broken.zip (10.6 KB, 55 views)

Last edited by paraj; 28 November 2021 at 22:47.
paraj is offline  
 
Page generated in 0.04274 seconds with 12 queries