mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-04 01:30:18 +00:00
Fix formatting of "assemble" help
This commit is contained in:
parent
fdf4145b55
commit
4b77d6fe7e
@ -297,7 +297,7 @@ class Monitor(cmd.Cmd):
|
|||||||
self._output("Syntax error: %s" % statement)
|
self._output("Syntax error: %s" % statement)
|
||||||
|
|
||||||
def help_assemble(self):
|
def help_assemble(self):
|
||||||
self._output("assemble\t\t"
|
self._output("assemble\t\t\t"
|
||||||
"Start interactive assembly at the program counter.")
|
"Start interactive assembly at the program counter.")
|
||||||
self._output("assemble <address>\t\t"
|
self._output("assemble <address>\t\t"
|
||||||
"Start interactive assembly at the address.")
|
"Start interactive assembly at the address.")
|
||||||
|
Loading…
Reference in New Issue
Block a user