Online Compiler Nasm

print("Hello, World! 123")
This code prints the text "Hello, World! 123" to the screen. It uses the built-in `print()` function, which outputs whatever is inside the parentheses.

- The code is correct and will run without errors. If you want to print different text, you can change the string inside the quotes.
- To print numbers without quotes, you can write them directly, like `print(123)`.