Aller au contenu
View in the app

A better way to browse. Learn more.

Forum Automobile Propre

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hello World

Featured Replies

Posté(é)

Je suis Aurélien, j’habite dans le 79. 
 

Futur heureux possesseur d’une Tesla Model 3 SR+. 

Posté(é)

Bonjour Beatles17,


 

;Now we will write our program, the old classic "Hello, world" (hello.asm).
;System calls in Linux are done through int 0x80.
section     .text
global      _start                              ;must be declared for linker (ld)

_start:                                         ;tell linker entry point

    mov     edx,len                             ;message length
    mov     ecx,msg                             ;message to write
    mov     ebx,1                               ;file descriptor (stdout)
    mov     eax,4                               ;system call number (sys_write)
    int     0x80                                ;call kernel

    mov     eax,1                               ;system call number (sys_exit)
    int     0x80                                ;call kernel

section     .data

msg     db  'Bienvenue et bravo pour ton achat !',0xa
len     equ $ - msg                             ;length of our dear string
;end :D

 

Modifié par Invité

Posté(é)

Bienvenue sur le forum

Super Ares !! Mdr !!

Citation
#!/usr/bin/perl
#
# The traditional first program.
 
# Strict and warnings are recommended.
use strict;
use warnings;
 
# Print a message.
print "Hello, World!\n";

 

Posté(é)
Il y a 14 heures, Beatles17 a dit :

Je suis Aurélien

Bonjour. 

 

Sois le bienvenu sur le forum. 

Account

Navigation

Rechercher

Rechercher

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.