OSDN Git Service

fig-forth-6809/fig-forth-6809.git
2 years agoMerge branch 'auto-hand-optimized' (skipping detour) master
Joel Matthew Rees [Sat, 29 Jan 2022 07:40:08 +0000 (16:40 +0900)]
Merge branch 'auto-hand-optimized' (skipping detour)

2 years agoWe do need a README file, don't we?
Joel Matthew Rees [Sat, 29 Jan 2022 06:12:17 +0000 (15:12 +0900)]
We do need a README file, don't we?

2 years agoneed a more descriptive name for the parallel work: JMP NEXT vs. RET
Joel Matthew Rees [Sat, 29 Jan 2022 05:21:39 +0000 (14:21 +0900)]
need a more descriptive name for the parallel work: JMP NEXT vs. RET

5 years agoclears the bugs to the same problem with emulated disk as the RTS version.
Joel Matthew Rees [Fri, 8 Feb 2019 23:22:34 +0000 (08:22 +0900)]
clears the bugs to the same problem with emulated disk as the RTS version.

5 years agoImproved debug stack dump and NEXT version evaluates, does not compile.
Joel Matthew Rees [Fri, 8 Feb 2019 15:47:33 +0000 (00:47 +0900)]
Improved debug stack dump and NEXT version evaluates, does not compile.

5 years agoBugs galore!
Joel Matthew Rees [Thu, 7 Feb 2019 12:47:57 +0000 (21:47 +0900)]
Bugs galore!

5 years agomoving to non-rts mode to try to ferret out a Long lasting bug
Joel Matthew Rees [Tue, 5 Feb 2019 08:39:56 +0000 (17:39 +0900)]
moving to non-rts mode to try to ferret out a Long lasting bug
that disappears when debugging, probably stack related. Maybe.
Optinal approach might be to synthesize a temporaries stack
using a direct-page variable.

5 years agodisc emulation is almost working, so we are close to being able to release
Joel Matthew Rees [Tue, 29 Jan 2019 14:25:03 +0000 (23:25 +0900)]
disc emulation is almost working, so we are close to being able to release

5 years agomore housekeeping
Joel Matthew Rees [Fri, 25 Jan 2019 14:34:13 +0000 (23:34 +0900)]
more housekeeping

5 years agohousekeeping
Joel Matthew Rees [Fri, 25 Jan 2019 14:33:11 +0000 (23:33 +0900)]
housekeeping

5 years agocleaning up index for things that shouldn't be tracked.
Joel Matthew Rees [Thu, 24 Jan 2019 14:46:45 +0000 (23:46 +0900)]
cleaning up index for things that shouldn't be tracked.

5 years agoup to date as of creation of repository
Joel Matthew Rees [Thu, 24 Jan 2019 14:40:45 +0000 (23:40 +0900)]
up to date as of creation of repository

5 years agocapable compiling counted loops
Joel Matthew Rees [Thu, 24 Jan 2019 14:29:41 +0000 (23:29 +0900)]
capable compiling counted loops

5 years agodigging out the bugs, keeping track of the build commands.text
Joel Matthew Rees [Thu, 24 Jan 2019 13:54:03 +0000 (22:54 +0900)]
digging out the bugs, keeping track of the build commands.text

5 years agolicense, comments, memory model, debuggingm continuing the workthrogh
Joel Matthew Rees [Thu, 24 Jan 2019 13:49:33 +0000 (22:49 +0900)]
license, comments, memory model, debuggingm continuing the workthrogh

5 years agonot sure, but I lost some code along here
Joel Matthew Rees [Thu, 24 Jan 2019 13:45:30 +0000 (22:45 +0900)]
not sure, but I lost some code along here

5 years agofumblefingers
Joel Matthew Rees [Thu, 24 Jan 2019 13:31:52 +0000 (22:31 +0900)]
fumblefingers

5 years agoAdding documentation and working through the changes.
Joel Matthew Rees [Thu, 24 Jan 2019 12:41:12 +0000 (21:41 +0900)]
Adding documentation and working through the changes.

5 years agochanging 2 to natwid where appropriate, etc.
Joel Matthew Rees [Thu, 24 Jan 2019 12:38:57 +0000 (21:38 +0900)]
changing 2 to natwid where appropriate, etc.

5 years agoConverting to CPU registers and subroutine leaf call.
Joel Matthew Rees [Thu, 24 Jan 2019 12:33:57 +0000 (21:33 +0900)]
Converting to CPU registers and subroutine leaf call.

5 years agoThis are the offline edits. auto-hand-optimized-offline
Joel Matthew Rees [Thu, 24 Jan 2019 12:29:26 +0000 (21:29 +0900)]
This are the offline edits.

5 years agoTracking offline edits
Joel Matthew Rees [Thu, 24 Jan 2019 12:27:48 +0000 (21:27 +0900)]
Tracking offline edits

5 years agoBeginning the trail to using bsr calls
Joel Matthew Rees [Thu, 24 Jan 2019 12:21:38 +0000 (21:21 +0900)]
Beginning the trail to using bsr calls

5 years agousing the 6809 registers
Joel Matthew Rees [Tue, 22 Jan 2019 08:42:06 +0000 (17:42 +0900)]
using the 6809 registers

5 years agostarting in on hand-optimzed
Joel Matthew Rees [Tue, 22 Jan 2019 08:37:16 +0000 (17:37 +0900)]
starting in on hand-optimzed

5 years agoeol for auto-only auto
Joel Matthew Rees [Tue, 22 Jan 2019 08:30:13 +0000 (17:30 +0900)]
eol for auto-only

5 years agoThe first record of the big script.
Joel Matthew Rees [Tue, 22 Jan 2019 08:23:28 +0000 (17:23 +0900)]
The first record of the big script.

5 years agotrying to fix some symbol clashes, and other stuff
Joel Matthew Rees [Tue, 22 Jan 2019 08:19:17 +0000 (17:19 +0900)]
trying to fix some symbol clashes, and other stuff

5 years agoupdate to the socialize script and some assembler output and a disk image
Joel Matthew Rees [Tue, 22 Jan 2019 08:14:10 +0000 (17:14 +0900)]
update to the socialize script and some assembler output and a disk image

5 years agoMore from social 03~ to 03
Joel Matthew Rees [Tue, 22 Jan 2019 08:05:02 +0000 (17:05 +0900)]
More from social 03~ to 03

5 years agoTrying to work out trace routines blindly.
Joel Matthew Rees [Tue, 22 Jan 2019 08:03:16 +0000 (17:03 +0900)]
Trying to work out trace routines blindly.

5 years agoadjust equates
Joel Matthew Rees [Tue, 22 Jan 2019 07:49:52 +0000 (16:49 +0900)]
adjust equates

5 years agopre-01 to 01 whatever
Joel Matthew Rees [Tue, 22 Jan 2019 07:47:27 +0000 (16:47 +0900)]
pre-01 to 01 whatever

5 years agoThe I/O routines for the Coco (borrowed from BIF-6809)
Joel Matthew Rees [Tue, 22 Jan 2019 07:43:39 +0000 (16:43 +0900)]
The I/O routines for the Coco (borrowed from BIF-6809)

5 years agoNotes
Joel Matthew Rees [Tue, 22 Jan 2019 07:42:06 +0000 (16:42 +0900)]
Notes

5 years agoThis was probably output from an early version of the 6800to6809 script, search-and-replace
Joel Matthew Rees [Tue, 22 Jan 2019 07:35:41 +0000 (16:35 +0900)]
This was probably output from an early version of the 6800to6809 script,
reverting to uprotected comments.

5 years agoScript to convert the character string declarations to the more common form.
Joel Matthew Rees [Tue, 22 Jan 2019 07:28:12 +0000 (16:28 +0900)]
Script to convert the character string declarations to the more common form.

5 years agoAdded a comment character on replace to protect comments.
Joel Matthew Rees [Tue, 22 Jan 2019 07:21:43 +0000 (16:21 +0900)]
Added a comment character on replace to protect comments.

5 years agoThis is where I started with search and replace blind translation.
Joel Matthew Rees [Tue, 22 Jan 2019 07:18:42 +0000 (16:18 +0900)]
This is where I started with search and replace blind translation.
File dates are weird because I had to undo and save.

5 years agoTrying to start with the wrong file.
Joel Matthew Rees [Tue, 22 Jan 2019 07:15:15 +0000 (16:15 +0900)]
Trying to start with the wrong file.

5 years agoStarting on a search-and-replace technique of blind conversion.
Joel Matthew Rees [Tue, 22 Jan 2019 07:04:23 +0000 (16:04 +0900)]
Starting on a search-and-replace technique of blind conversion.

5 years agoend of early attempt hand-translated
Joel Matthew Rees [Tue, 22 Jan 2019 06:48:19 +0000 (15:48 +0900)]
end of early attempt

5 years agoEarly start on hand-translating the 6800 model by Dave Lion, et. al.
Joel Matthew Rees [Tue, 22 Jan 2019 06:43:40 +0000 (15:43 +0900)]
Early start on hand-translating the 6800 model by Dave Lion, et. al.

5 years agoStart
Joel Matthew Rees [Tue, 22 Jan 2019 06:40:38 +0000 (15:40 +0900)]
Start