10.5. The Default segment

If you don't want to use segments you don't have to. If you don't switch segment using the .segment directive the code is placed on the 'Default' segment which is connected to the the standard output file. In the byte dump in the previous sections you can see the 'Default' segment is empty.

If you want to return the default segment after adding code to another segment simply write:

        .segment Default