2023-10-26 |
ketmar | asm: added simple .SNA writer
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | zxdisasm: fixed "ld l,(ix)" and such
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | asm: error on zx memory overflow
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | asm: more fixes; codegen seems to work (i am *almost...
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | asm: small fix in LD (cosmetix)
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | asm: "test.zas" succesfully compiled!
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | asm: a lot of fixes to commands, "test.zas" now compiles...
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | asm: fixed negative displacements
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | fixed starter
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | WIP UrAsm/Forth code: implemented instructions and...
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | UrForth: fixed bug in "(INCLUDE-FILE-LINE)"
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | UrForth: moved Z80 disasm to "urflibs/", and fixed...
|
commit | commitdiff | tree |
2023-10-25 |
ketmar | UrForth: cosmetix
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: repl now prints data stack depth
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: some small fixes (fixed one memory leak, extended...
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: added some documentation
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: added ARGC and ARGV to standalone interpreter
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: added very simple REPL to standalone version
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: moved "locals.f" to optional library; fixed...
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: added (untested) "FILES" vocabulary
|
commit | commitdiff | tree |
2023-10-24 |
ketmar | UrForth: added "FORTH:(DATASKIP)"
|
commit | commitdiff | tree |
2023-10-23 |
ketmar | UrForth: more words
|
commit | commitdiff | tree |
2023-10-23 |
ketmar | UrForth: more words ;-)
|
commit | commitdiff | tree |
2023-10-23 |
ketmar | UrForth: OOF improvements; fixed bug in "VOCAB-IF-NONE"
|
commit | commitdiff | tree |
2023-10-23 |
ketmar | UrForth: added THROW/CATCH (doesn't catch built-in...
|
commit | commitdiff | tree |
2023-10-23 |
ketmar | UrForth: debugger extensions, various other extensions
|
commit | commitdiff | tree |
2023-10-22 |
ketmar | UrForth: it is now possible to read fields via obj...
|
commit | commitdiff | tree |
2023-10-22 |
ketmar | UrForth: simplified and extended OOF system
|
commit | commitdiff | tree |
2023-10-22 |
ketmar | UrForth: added another warn mode (warn about words...
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: stdlib extension (handles); uroof refactoring
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: small struct fixes
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: added OOF sample
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: added OOF (object-oriented Forth) implementation...
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: added words for enum creation
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: more words
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: some more words
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: cosmetix
|
commit | commitdiff | tree |
2023-10-21 |
ketmar | UrForth: some changes in INTERPRET (next line reader...
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: removed tracer hack: we have a proper debugger now
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: fixed some bugs in conditionals; added some...
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: cosmetix
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: moved vocstack to user area
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: moved STATE, CURRENT and CONTEXT to user area
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: interpret the whole debugger command line...
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: start debugger only if we are in "good tty...
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: added more commands to debugger
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: added simple interactive debugger (not complete...
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: added "erase on first input" mode to LINORE
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: LINORE reworked
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: fixed small bug in struct "TO" handler
|
commit | commitdiff | tree |
2023-10-20 |
ketmar | UrForth: some new words for debuggers
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: small fixes
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: "HANDLE:LOAD-FILE" will return 0 if file not...
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: mush smaller debug info (almost 3 times smaller...
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: cosmetix in locals source
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: removed some unused code; oops! fixed bug...
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: use very basic compiler to compile Forth words...
|
commit | commitdiff | tree |
2023-10-19 |
ketmar | UrForth: converted more native words to Forth code
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: LINORE refactoring
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: added way to extend LINORE with scattered...
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: added "DEBUG:REPLACE"
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: added some words for the address register...
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: LINORE improvements
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: small fixes; added simple line editor library...
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: added "almost ANS test suite" (and UrForth...
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: loops are conforming to ANS standard now ...
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: better TTY detection
|
commit | commitdiff | tree |
2023-10-18 |
ketmar | UrForth: documented TTY words
|
commit | commitdiff | tree |
2023-10-17 |
ketmar | UrForth: added "HANDLE:LOAD-FILE"
|
commit | commitdiff | tree |
2023-10-17 |
ketmar | UrForth: use "temp image" as state-local user data...
|
commit | commitdiff | tree |
2023-10-17 |
ketmar | UrForth: use the addres register in "CMOVE" and such...
|
commit | commitdiff | tree |
2023-10-17 |
ketmar | UrForth: renamed "A@" to "A>", and "A!" to ">A"
|
commit | commitdiff | tree |
2023-10-17 |
ketmar | UrForth: TTY fixes
|
commit | commitdiff | tree |
2023-10-17 |
ketmar | UrForth: added TTY vocabulary (only for GNU/Linux)
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | UrForth: added API to query file name and line for...
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | UrForth: added very simple debug info
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | UrForth: small code cleanups
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | urForth: added state locals stack inspection words...
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | UrForth: do not save TIB on new include, and don't...
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | UrForth: reworked state manager a little
|
commit | commitdiff | tree |
2023-10-16 |
ketmar | UrForth: MTASK fixes; removed C debugger (it was broken...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: converted SFA to XFA and YFA (pointers to...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: fixed bug with "RSWAP" and company; implemented...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: added address register, it is easier to use...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: changed multitasker a little
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: converted it to cooperative multitasker; implemente...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: documented local variables syntax
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: documented more words
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: created (incomplete) word reference
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: comment cosmetix, lol
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: more math
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: added some math words (mul and div) with 64...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | merged with UrForth/C library code; standalone shell...
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: more fixes
|
commit | commitdiff | tree |
2023-10-15 |
ketmar | UrForth: updated from the standalone version
|
commit | commitdiff | tree |
2023-10-14 |
ketmar | UrForth: removed forgotten debug output
|
commit | commitdiff | tree |
2023-10-14 |
ketmar | UrForth: updates from standalone
|
commit | commitdiff | tree |
2023-10-14 |
ketmar | UrForth: C kernel is now properly embeddable, and shared...
|
commit | commitdiff | tree |
2023-10-14 |
ketmar | UrForth: oops! ;-)
|
commit | commitdiff | tree |
2023-10-14 |
ketmar | UrForth: backports from UrForth/C
|
commit | commitdiff | tree |