Tags: SvOlli/sorbus
Tags
added info about Apple disassembler to datasheets Signed-off-by: Sven Oliver Moll <svolli@svolli.de>
Native Mode: - added custom System Monitor - memory dump / edit - register dump / edit - disassemble / assemble - sector read/write functions - file load/save functions - NMOS (bootblock toolkit) and CMOS (in ROM) versions with different features - line input improved - cursor movement within line, start, end, etc. - used in System Monitor and OSI BASIC - bootblock numbering changed to start with "1" - when a 6502 CPU is detected, try to load and run bootblock 2 - if that fails, run WozMon - bootblock 2 now contains NMOS 6502 toolkit - CPU variant printout - NMOS variant of System Monitor - added SX4 of a port of an Apple //c monitor - TIM: implemented "V" for verify during "LH" command (default: off)
Release with improved disassembly in native core - new tool timcat in cc65-sdk: uses TIM to upload code to RAM (faster) - backtrace disassembler greatly improved - workaround in TIM to load (LH) same data as saved (WH) - inst-ass now can be used with NMOS 6502 - native core now has slightly better NMOS 6502 support - also minimal improved 65CE02 support in native core
release for VCFB - fixed slow-down issue by removing the redundant feature - added test for gen sine interrupt - added test for VT100 interrupt: get terminal size - added variants of "10print" for BASIC, C and assembler - fixing a couple of issues with OSI BASIC - also removing some redundant code for linewrap in input - this freed some ROM and zeropage space - added BASIC game "Hunt The Wumpus"
bugfix release - fixing slowdown problem - updated BASIC
- cc65-sdk is now in top level and will be included in a release - updates to CPU detection - addition new software interrupt test - addition of instant assembler - port of Microsoft OSI BASIC got updates - USR() now uses original addresses - A,X,Y are now passed to and from SYS using memory $0D,$0E,$0F - DIR now is LOAD"$" (does not change program) - changed text input to kernel routine - fixed bug in upstream TaliForth2 - write to $DF04 for timestamping
- significant improvements on CPU detection, including debug mode - improvements on disassember - a first hack of cc65 support for C code - new sx4 on target to show/test software interrupt routines - 6530-004 based monitor program TIM is now better integrated - 65SC02 now fully supported in disassembler - backtraces now can use disassembler
native: fix and improvement to build CP/M 65 The build now checks for the CP/M 65 build in external-build and enables building of CP/M 65 tools if available. Also fixed path to cpmemu required for assembling. Also added precompiled Tali Forth 2 and updated CP/M 65 binaries. Signed-off-by: Sven Oliver Moll <svolli@svolli.de>
PreviousNext