mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
line_number
is now unused.
This commit is contained in:
@@ -115,7 +115,7 @@ std::optional<BASICAnalysis> analyse(const File &file) {
|
||||
}
|
||||
|
||||
const auto next_line_address = word(line_address);
|
||||
const auto line_number = word(line_address + 2);
|
||||
// const auto line_number = word(line_address + 2);
|
||||
|
||||
uint16_t code = line_address + 4;
|
||||
const auto next = [&]() -> uint8_t {
|
||||
|
Reference in New Issue
Block a user