Skip to content

Disassemble multiline input handlers#64

Open
earthoul wants to merge 1 commit intopret:masterfrom
earthoul:bank6-text-input
Open

Disassemble multiline input handlers#64
earthoul wants to merge 1 commit intopret:masterfrom
earthoul:bank6-text-input

Conversation

@earthoul
Copy link
Copy Markdown
Contributor

  • Find text input handler variants for multiline texts (could be unused)
  • Minor cleanups

Also complete bank 6.

could be unused

completes bank 6
Comment on lines +7083 to +7086
ld [hl], TX_FULLWIDTH4
inc hl
ld [hl], $57 ; "_"
inc hl
Copy link
Copy Markdown
Contributor Author

@earthoul earthoul Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be happy to have a more elegant way to write these lines; ldfw [hl], "_" compiles but generates a warning, unlike other ldfw [hl], *….


.underbar_chars
db $57
db $57 ; "_"
Copy link
Copy Markdown
Contributor Author

@earthoul earthoul Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

…and this line, too ☹️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant