NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

http://unixwiz.net/techtips/x86-jumps.html
test if eax is odd or even:
https://stackoverflow.com/questions/12764460/what-is-the-easiest-way-to-check-an-integers-remainder-for-modulus-2-in-nasm-as
http://pacman128.github.io/pcasm/
ilias folie hnp:
https://ilias.uni-duesseldorf.de/ilias_0502mn/ilias/ilias.php?ref_id=520247&cmd=view&cmdClass=ilrepositorygui&cmdNode=4b&baseClass=ilrepositorygui

Zeichen Umwandlung
 %d oder %i int
 %c einzelnes Zeichen
 %e oder %E double im Format [-]d.ddd e±dd bzw. [-]d.ddd E±dd
 %f double im Format [-]ddd.ddd
 %o int als Oktalzahl ausgeben
 %p die Adresse eines Pointers
 %s Zeichenkette ausgeben
 %u unsigned int
 %x oder %X int als Hexadezimalzahl ausgeben
 %% Prozentzeichen

»str cat()« – Strings aneinanderhängen
»str chr()« – ein Zeichen im String suchen
»str cmp()« – Strings vergleichen
»str cpy()« – einen String kopieren
»str cspn()« – einen Teilstring ermitteln
»str len()« – Länge eines Strings ermitteln

»str ncat()« – String mit n Zeichen aneinanderhängen
»str ncmp()« – n Zeichen von zwei Strings miteinander vergleichen
»str ncpy()« – String mit n Zeichen kopieren
»str pbrk()« – nach dem Auftreten bestimmter Zeichen suchen
»str rchr()« – das letzte Auftreten eines bestimmten Zeichens im String suchen
»str spn()« – das erste Auftreten eines Zeichens, das nicht vorkommt
»str str()« – einen String nach dem Auftreten eines Teilstrings durchsuchen
»str tok()« – einen String anhand bestimmter Zeichen zerlegen 




Assembler:

print int print char
print string
print nl read int
read char
gibt auf dem Schirm den Wert des Integers in EAX aus
gibt auf dem Schirm das Zeichen aus, dessen ASCII Wert in AL gespeichert ist
gibt auf dem Schirm den Inhalt des Strings aus, dessen Adresse in EAX gespeichert ist. Der String muss ein C String (d.h. Null-terminiert) sein.
gibt auf dem Schirm ein new-line Zeichen aus.
liest einen Integer von der Tastatur und speichert ihn im EAX Register.
liest ein einzelnes Zeichen von der Tastatur und speichert sei- nen ASCII Code im EAX Register.


jne             jump if not equal
je              jump if equal
ja              jump if above
jna             jump if not above
jae             jump if above or equal
jnae            jump if not above or equal
jb              jump if below
jnb             jump if not below
jbe             jump if below or equal
jnbe            jump if not below or equal
jg              jump if greater
jng             jump if not greater
jge             jump if greater or equal
jnge            jump if not greater or equal
jl              jump if less
jnl             jump if not less
jle             jump if less or equal
jnle            jump if not less or equal
jmp oder jmps   jump directly to
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.