flat assembler
Message board for the users of flat assembler.
Index
> Main > Part of _start executing even after jumping: |
Author |
|
naburgondux 15 Oct 2024, 02:53
so,i forgot to specify what it was outputting,
here it is: Code: Hello! Say whatever: ah ah YES You did not say ah : ( |
|||
15 Oct 2024, 02:53 |
|
macomics 15 Oct 2024, 13:39
Code: section '.data' writable hello: db "Hello!", 10,"Say whatever: " hello_s = $ - hello text: db 80 dup 0, 0 ; <-- ahh: db "ah" yes: db "YES",10 yes_s = $ - yes ; <--- not_say: db "You did not say ah", 10 not_say_s = $ - not_say ; yes_s = $ - yes |
|||
15 Oct 2024, 13:39 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.