8000 Tags · SvOlli/sorbus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: SvOlli/sorbus

Tags

release_2025-04-18

Toggle release_2025-04-18's commit message
added info about Apple disassembler to datasheets

Signed-off-by: Sven Oliver Moll <svolli@svolli.de>

release_2024-11-29

Toggle release_2024-11-29's commit message
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_2024-10-30

Toggle release_2024-10-30's commit message
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_2024-10-17

Toggle release_2024-10-17's commit message
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"

release_2024-10-13

Toggle release_2024-10-13's commit message
bugfix release

- fixing slowdown problem
- updated BASIC

release_2024-10-09

Toggle release_2024-10-09's commit message
- 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

release_2024-09-29

Toggle release_2024-09-29's commit message
- 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

release_2024-09-20

Toggle release_2024-09-20's commit message
Release with disassembler

release_2024-01-09

Toggle release_2024-01-09's commit message
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>
0