erlc +\'to_core\' <file.erl>
-
The assembly code[3] is used in the final stage by the compiler to produce the bytecode that BEAM will execute. To generate a .S file run:
erlc +\'S\' <file.erl>
erlc +\'to_core\' <file.erl>
The assembly code[3] is used in the final stage by the compiler to produce the bytecode that BEAM will execute. To generate a .S file run:
erlc +\'S\' <file.erl>