1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-02 20:41:32 +00:00

Escape square brackets to avoid interference with URL generation

Andy McFadden 2021-07-03 12:53:53 -07:00
parent 926bacf2c3
commit 91ad4a7f09

@ -472,7 +472,7 @@ Contents:
is outside the ASCII range. Could be global, could be custom.
* Define a way to specify symbols for indexed vs. non-indexed access
to memory-mapped I/O locations. Useful for things like Apple
Disk ][ symbols. ( https://github.com/fadden/6502bench/issues/80 )
Disk \]\[ symbols. (https://github.com/fadden/6502bench/issues/80)
* Enhance extension scripts.
* Define file access primitives so scripts have limited access to files