index
:
bw-atari8-tools
master
Atari 8-bit utilities for *nix
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bas.h
Age
Commit message (
Collapse
)
Author
2024-07-16
listbas: BXL token 0x5a WIP.
B. Watson
2024-07-16
listbas: handle A+ ERROR- token (required bas.c changes); don't segfault on ↵
B. Watson
runaway variable name lookup.
2024-07-07
bas.c: handle possibility of turbo/bxl/bxe hex constant.
B. Watson
2024-06-27
token.h, bas.h: commentary.
B. Watson
2024-06-27
bas.h: minor cleanup.
B. Watson
2024-06-27
bas.h: remove TOK_COLON (use OP_COLON instead).
B. Watson
2024-06-27
bas.h: add rest of tokens.
B. Watson
2024-06-22
protbas: port to callback API.
B. Watson
2024-06-17
cxrefbas: handle IF <x> THEN <lineno>.
B. Watson
2024-06-16
cxrefbas: added.
B. Watson
2024-06-15
vxrefbas: WIP.
B. Watson
2024-06-15
vxrefbas: WIP.
B. Watson
2024-06-13
vxrefbas: WIP.
B. Watson
2024-06-13
major surgery: callback API, port dumpbas to use callbacks, add vxrefbas.
B. Watson
2024-06-08
dumpbas: clean up code, work on doc.
B. Watson
2024-06-03
protbas: split off protection functions from unprotbas.
B. Watson
2024-06-03
unprotbas: split off utility functions/etc to bas.c.
B. Watson