Scripts posted recently tagged to world in Kelpi

1- 2 of 2.

Hello World in C-AL

to c-al hello world by nando.quintana

OBJECT Codeunit 50000 HelloWorld
{
  PROPERTIES
  {
    OnRun=BEGIN

Hola mundo en ensamblador para Linux/x86

to hello world asm assembler ensamblador x86 i386 Linux by txipi

section        .data
msg     db      'Hello, world!', 0Ah    ;message
len     equ     $ - msg                 ;length
section        .text
global _start
hits counter