Releases: thelastpsion/edisasm
Releases · thelastpsion/edisasm
0.0.5
New
- Screens are now detected properly! Most features now run properly on the Siena, Workabout 1 and Workabout mx
sendbanks6000
can now select banks in the same way assendbanks9000
a9rctrl
anda9rstat
can pull ASIC9 ports 0x02 and 0x04, respectively, for low level detection shenaniganscls
clears the screen
Fixes
- Cosmetic changes, such as:
- centred text in the console
- making things fit on smaller screens, including the intro credits
- decimal points in the correct places for
sysver
db
anddw
now set the cursor to the bottom of the screen, so that other commands don't over-print and make a mess- The entire console space is used, rather than leaving a blank line at the bottom
- Small amount of code refactoring
Known Issues
- The hex viewer commands
db
anddw
don't display properly on smaller screens help
doesn't display properly on smaller screenssendbanks7000
andsendbanks8000
might not be working as they should be
0.0.4
Fixed
- Filenames with single digit hex values were being created with a trailing zero instead of a leading zero (e.g. 0xA was A0 instead of 0A)
sendrom384
andsendallrom
created an empty ROM384.MEM- Files are now sent to the root of C: on the host machine (this might not really be a fix...)
- Added lines to "Help" message
sendbankPSEL1()
was usingsendpsel2()
instead ofsendpsel1()
New
sysver
shows ROM and EPOC16 versionssendbanks9000
now adds the ability to dump a specified range of banks. For example:sendbanks9000 9a
will only send bank 0x9Asendbanks9000 82 8e
will send banks 0x82 to 0x8E inclusive
ssdifo X
shows some basic information about the SSD in the specified drive Xsendssd X
dumps a copy of an entire SSD over the link- Updated copyright notice