Skip to content

Releases: thelastpsion/edisasm

0.0.5

24 Mar 23:16
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

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 as sendbanks9000
  • a9rctrl and a9rstat can pull ASIC9 ports 0x02 and 0x04, respectively, for low level detection shenanigans
  • cls 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 and dw 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 and dw don't display properly on smaller screens
  • help doesn't display properly on smaller screens
  • sendbanks7000 and sendbanks8000 might not be working as they should be

0.0.4

25 Feb 23:23
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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 and sendallrom 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 using sendpsel2() instead of sendpsel1()

New

  • sysver shows ROM and EPOC16 versions
  • sendbanks9000 now adds the ability to dump a specified range of banks. For example:
    • sendbanks9000 9a will only send bank 0x9A
    • sendbanks9000 82 8e will send banks 0x82 to 0x8E inclusive
  • ssdifo X shows some basic information about the SSD in the specified drive X
  • sendssd X dumps a copy of an entire SSD over the link
  • Updated copyright notice