[go: up one dir, main page]

Activity for Joel Rees

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees posted a comment on discussion Help

    2023年1月18日(水) 0:49 JOHN DIMEGLIO johnd007@users.sourceforge.net: I don't know, why would the asm68c 6800 assembler cause the software to go into a (not responding) mode or freeze up, when after initiating a compile of a 6800 assembly program? Well, help me out here, I need more information. For starters, what operating system are you using? Also, what C compiler did you use to compile the assembler? What warnings and errors did the compiler tell you when you compiled it? And, how are you invoking...

  • Joel Rees Joel Rees posted a comment on discussion Help

    2022年9月17日(土) 15:04 Richard Rothwell chergr@users.sourceforge.net: Hi, Hi, and thanks. I can run figforth on the simulator fine. Except typing WORDS look like this. WWOORRDDSS Typing backspace backspaces 5 characters. This does not occur in the exorsim monitor, so I figure its an issue with the forth and its adaption to call EXBUG for EMIT and KEY. I have not diagnosed this properly yet, but though you might like to know, To tell you the truth, I haven't properly worked out how the EXORsim terminal...

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees committed [e220f2]

    List switches, .bin and .c10 output formats

  • Joel Rees Joel Rees committed [255706]

    Now assembles Tom Pittman's Tiny BASIC (Holger Veit transcription)

  • Joel Rees Joel Rees committed [635207]

    adding semicolon comments, etc.

  • Joel Rees Joel Rees committed [6c193a]

    lengthening the labels so tiny basic can assemble

  • Joel Rees Joel Rees committed [60f6fa]

    Maybe I can assemble stdin now?

  • Joel Rees Joel Rees committed [3a8fae]

    now assembles most of tiny basic

  • Joel Rees Joel Rees committed [58549f]

    bring in the 6801 version forth

  • Joel Rees Joel Rees committed [2202bb]

    Correcting asmspec

  • Joel Rees Joel Rees posted a comment on discussion Help

    Okay, I finally got the proper fix for this into the repository.

  • Joel Rees Joel Rees committed [25626b]

    Fix an outstanding bug in strsave()

  • Joel Rees Joel Rees committed [f7f1b5]

    adding a socialized fig-forth for people's convenience.

  • Joel Rees Joel Rees committed [f032f3]

    socialize.pl is now just for converting counted strings to quoted.

  • Joel Rees Joel Rees committed [529848]

    Fixing the FCC handling.

  • Joel Rees Joel Rees posted a comment on discussion Help

    And likewise. Sorry I was so slow to take a real look at it. It'll be a few weeks, at least, before I can push a fix in. Wish I had more time to work on it. Want to set it up to handle some of the other Motorola 8-bit processors, but I'd probably do better to rewrite it from scratch.

  • Joel Rees Joel Rees modified a comment on discussion Help

    On the other hand, 2017/08/10 3:53 "Ron Yorston": Here's a really, really basic source file: FLAG EQU $E084 FIRST EQU $15CF This produces output like: | 15cf:FIRST || 15cf:FIRST || e084:FLAG | | e084:FLAGa | where the second, duplicated symbols have a surplus character appended. Sometimes printable, sometimes not. And sometimes the assembler crashes without any output. This is on Linux: Fedora 26. There's only one use of the macro mystrcpy, in strsave. length+1 bytes are allocated for newword and...

  • Joel Rees Joel Rees modified a comment on discussion Help

    On the other hand, 2017/08/10 3:53 "Ron Yorkston": Here's a really, really basic source file: FLAG EQU $E084 FIRST EQU $15CF This produces output like: | 15cf:FIRST || 15cf:FIRST || e084:FLAG | | e084:FLAGa | where the second, duplicated symbols have a surplus character appended. Sometimes printable, sometimes not. And sometimes the assembler crashes without any output. This is on Linux: Fedora 26. There's only one use of the macro mystrcpy, in strsave. length+1 bytes are allocated for newword and...

  • Joel Rees Joel Rees posted a comment on discussion Help

    On the other hand, 2017/08/10 3:53 "Ron Yorston" rmyorston@users.sf.net: Here's a really, really basic source file: FLAG EQU $E084 FIRST EQU $15CF This produces output like: | 15cf:FIRST || 15cf:FIRST || e084:FLAG | | e084:FLAGa | where the second, duplicated symbols have a surplus character appended. Sometimes printable, sometimes not. And sometimes the assembler crashes without any output. This is on Linux: Fedora 26. There's only one use of the macro mystrcpy, in strsave. length+1 bytes are allocated...

  • Joel Rees Joel Rees posted a comment on discussion Help

    This is very odd. I don't see this behavior on my system -- Debian Wheezy, gcc 4.7.2 as of now. If you look at, say, fig-forth/fig-forth.list.goal, you should be able to see the results I get. I hope you'll be patient with me about this, because it would be a big favor if I could ask you to descend into the test-stuff directory and the fig-forth directory and do a make and make test in each of those, preferably with a fresh copy of the source, and tell me what the diffs say. And I've left this out...

  • Joel Rees Joel Rees posted a comment on discussion Help

    Thanks for giving the assembler a try. My 6800 source code is not producing any writes beyond allocation. Could you show some of your lines where this occurs, and describe the output you are getting?

  • Joel Rees Joel Rees committed [r59]

    Forgot the target for taking diffs against.

  • Joel Rees Joel Rees committed [r58]

    Now I can say the source knows that the run time is two's complement.

  • Joel Rees Joel Rees committed [r57]

    Mor refactoring the duplicated code in the configurator.

  • Joel Rees Joel Rees committed [r56]

    Adding complement flags

  • Joel Rees Joel Rees committed [r55]

    unifying typedefs and strings with macros

  • Joel Rees Joel Rees committed [r54]

    Correcting a race condition and de-optimizing double integers.

  • Joel Rees Joel Rees committed [r53]

    Simple syntax in makecelltype.c, beginning to remove static i-code lists.

  • Joel Rees Joel Rees posted a comment on discussion Help

    For making blank flex OS (sized) disk images: dd if=/dev/zero of=mt.dsk bs=512 count=1001...

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Using C to extend the language.

  • Joel Rees Joel Rees created a wiki page

    Using C to extend the language.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    Getting started.

  • Joel Rees Joel Rees created a wiki page

    Getting started.

  • Joel Rees Joel Rees modified a wiki page

    More details on compiling.

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees renamed a wiki page

    More details on compiling.

  • Joel Rees Joel Rees created a wiki page

    CompilingBifCEN More details on compiling.

  • Joel Rees Joel Rees modified a wiki page

    Home

  • Joel Rees Joel Rees committed [r52]

    extensions fix and copy-paste starter fix minor...

  • Joel Rees Joel Rees committed [r51]

    free fix and some poor examples of extensions

  • Joel Rees Joel Rees committed [r50]

    Generalize extenstions, add CL-option for dicti...

  • Joel Rees Joel Rees committed [r49]

    some sample extension words

  • Joel Rees Joel Rees committed [r48]

    Dynamic sort of symbol table on launch.

  • Joel Rees Joel Rees committed [r47]

    Runs, but tree not balanced.

  • Joel Rees Joel Rees committed [r46]

    buggy, but enroute to dynamically linking the s...

  • Joel Rees Joel Rees committed [r45]

    Adding the glossary entries to the source code,...

  • Joel Rees Joel Rees committed [r44]

    Moving code for the last file renaming

  • Joel Rees Joel Rees committed [r43]

    refactoring to vm, io, eval modules, file names...

  • Joel Rees Joel Rees committed [r42]

    Forgot the tool that makes the disk images easy.

  • Joel Rees Joel Rees committed [r41]

    improvements to the disk images

  • Joel Rees Joel Rees committed [r40]

    This disk images should be useful as -d0 parame...

  • Joel Rees Joel Rees committed [r39]

    The virtual disks are now pretty much working.

  • Joel Rees Joel Rees committed [r38]

    Fixed LOAD, MOD, etc., added a TRACEON/OFF pair...

  • Joel Rees Joel Rees committed [r37]

    Now it should compile without even minor issues...

  • Joel Rees Joel Rees committed [r36]

    If svn cooperates, this version is compilable a...

1