Re-Assembly

In dieser Linux-Ecke dürfen nur Themen rund um Linux geschrieben werden.
Beiträge, die plattformübergreifend sind, gehören ins 'Allgemein'-Forum.
Benutzeravatar
_sivizius
Beiträge: 98
Registriert: 23.10.2013 15:21

Re-Assembly

Beitrag von _sivizius »

Ohai,
In der Hilfe steht:
-c oder --commented : erstellt eine kommentierte 'purebasic.asm' Ausgabedatei beim Erstellen des Executable. Diese Datei kann später re-assembliert werden, wenn die notwendigen Modifikationen erfolgt sind. Diese Option ist nur für fortgeschrittene Programmierer bestimmt.
fein, dachte ich und erstellte mit -c eine Ausgabe und veränderte einige Dinge™. Nun wollte ich das ganze wieder zum laufen bringen, aber finde keine Option. Unter Windows soll die Option »/REASM« ganz gut funktionieren und unter Linux?
>> pb -h
Quick Help:
-----------

pbcompiler "filename.pb"

Options:
--------

-c or --commented: Produce commented asm output (purebasic.asm)
-d or --debugger: Enable the debugger
-u or --unicode: Enable unicode support
-t or --thread: Enable the threadsafe support
-e or --executable "filename": Create an executable to the given filename
-r or --resident "filename.res": Create a resident file to the given filename
-i or --inlineasm: Enable the inline asssembly support
-q or --quiet: Display only error on the standard output
-sb or --standby: Starts the compiler in standby mode (remote control)
-pf or --purifier: Enable the purifier
-ls or --liststructures: Creates a file with all the structures
-lf or --listfunctions: Creates a file with all the functions
-li or --listinterfaces: Creates a file with all the interfaces
-lp or --listpath: Set the output path for the above lists commands
-qs or --querystructure "name": Creates a file with the definition
-s or --subsystem "name": Uses the specified subsystem
-so or --sharedobject "filename": Create a dynamic library (shared object)
-dc or --dynamiccpu: Create a executable with all processor specific routines
-mmx, -3dnow, -sse or -sse2: Create a processor specific executable
-l or --linenumbering: Enable line numbering in the final executable for OnError
-o or --constant Name=Value: Declare a new constant at compile time
-g or --language: Set the language of the compiler error messages
-ds or --debugsymbols: Add standard debug symbols to executable
-k or --check: Check the syntax only, doesn't create/launch the executable
-v or --version: Display the compiler version
mfg
_sivizius