home
to by nando.quintana
OBJECT Codeunit 50000 HelloWorld
{
PROPERTIES
{
OnRun=BEGINto by txipi
section .data
msg db 'Hello, world!', 0Ah ;message
len equ $ - msg ;length
section .text
global _start