Aktueller Inhalt von PS3-690

  1. P

    Bei FASM auf andere PE-Section zugreifen

    Moin, ich habe heute Nacht angefangen, FASM zu lernen und auch sofort "Hello world!" ausprobiert. Aber ich weiß nicht, wie ich auf eine andere Section zugreife. Bei NASM wäre es so: segment code start: mov ax, data mov ds, ax mov dx, hello mov ah, 09h int 21h mov al, 0 mov ah...
  2. P

    C++ expected unqualified-id before "return"

    Hab ein Problem bei nem selbstgeschriebenen C++ Code Hier der Code: #include "Header.hpp" int main() { pocalc taschenrechner; calc rechnung; std::cout << "Welcome to the Int-Calc v1.0" << std::endl; std::cout <<...
Zurück
Oben