mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 17:16:33 +00:00
add -version option to just print the compiler version and then exit
This commit is contained in:
@@ -145,8 +145,7 @@ One or more .p8 module files
|
||||
a breakpoint halt in the debugger when this is enabled by running the emulator with -debug.
|
||||
|
||||
``-bytes2float <bytes>``
|
||||
convert a comma separated list of bytes from the target system to a float value.
|
||||
NOTE: you need to supply a target option too, and also still have to supply a dummy module file name as well!
|
||||
convert a comma separated list of bytes from the specified target system to a float value.
|
||||
Also see -float2bytes
|
||||
|
||||
``-check``
|
||||
@@ -176,8 +175,7 @@ One or more .p8 module files
|
||||
Use experimental code generation backend (*incomplete*).
|
||||
|
||||
``-float2bytes <number>``
|
||||
convert floating point number to a list of bytes for the target system.
|
||||
NOTE: you need to supply a target option too, and also still have to supply a dummy module file name as well!
|
||||
convert floating point number to a list of bytes for the specified target system.
|
||||
Also see -bytes2float
|
||||
|
||||
``-ignorefootguns``
|
||||
@@ -259,6 +257,9 @@ One or more .p8 module files
|
||||
(it's called 'BSS' section or Gap at the address mentioned above).
|
||||
Assembling the program will fail if there are too many variables to fit in a single high ram bank.
|
||||
|
||||
``-version``
|
||||
Just print the compiler version and copyright message, and exit.
|
||||
|
||||
``-vm``
|
||||
load and run a 'p8ir' intermediate representation file in the internal VirtualMachine instead of compiling a prog8 program file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user