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.c
Age
Commit message (
Collapse
)
Author
2024-07-16
bas.c: clean up on_text logic.
B. Watson
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-15
bas.c: handle weirdness when VNTP > $100 (e.g. SPIDER.TB).
B. Watson
2024-07-15
bas.c: warn and return from walk_code() if the program ends in the middle of ↵
B. Watson
a line.
2024-07-15
bas.c: don't get stuck in an infinite loop if soffset == 0.
B. Watson
2024-07-15
bas.c: don't allow null bytes in variable name table, except at the end.
B. Watson
2024-07-14
bas.c: warn about _ in variable names, but allow.
B. Watson
2024-07-14
add sanity checking to BASIC header, in parse_header().
B. Watson
2024-07-09
bas.c: null out input_file and output_file when closed (so caller can know ↵
B. Watson
they're closed).
2024-07-08
whichbas: add -s (script mode) option.
B. Watson
2024-07-07
bas.c: fix OP_HEXCONST brain damage.
B. Watson
2024-07-07
bas.c: commentary for allow_hex_const (before I forget what it does).
B. Watson
2024-07-07
bas.c: handle possibility of turbo/bxl/bxe hex constant.
B. Watson
2024-07-05
bas.c: vntable_ok() no longer thinks the var name table is bad if it's only ↵
B. Watson
one byte long.
2024-06-25
bas.c: terminate walk_code() loop correctly.
B. Watson
2024-06-22
bas.c: add on_trailing_garbage callback.
B. Watson
2024-06-18
bas.c: regularize warning text.
B. Watson
2024-06-13
major surgery: callback API, port dumpbas to use callbacks, add vxrefbas.
B. Watson
2024-06-07
dumpbas: added.
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