From 6ba690cbd8ab1b254d91ab28f120df3e005d1436 Mon Sep 17 00:00:00 2001 From: Jussi Laasonen <404469+jlaasonen@users.noreply.github.com> Date: Sun, 18 Dec 2022 19:05:22 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91cb290..f69c948 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ fbc -e -w all -w pedantic -w error hexfile.bas ## Usage ``` -hexfile +hexfile [-i ] ``` +Start index can be given in format supported by the [VALLNG](https://www.freebasic.net/wiki/KeyPgVallng) function. + Page Up & Page Down show the previuos and the page respectively. Up and down arrows scroll one line at the time. Esc will end the program. -![image](https://user-images.githubusercontent.com/404469/191337881-d9f60e39-1077-4deb-bc50-e8f87275d636.png) +![image](https://user-images.githubusercontent.com/404469/208312277-d7a22c13-2530-4658-8931-4adaa6404e34.png) ## Acknowledgements