GP-2284 updates advanced exercise

This commit is contained in:
James 2022-07-05 19:06:47 +00:00
parent 61b135acd9
commit 0b588d1334
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ void printMessage(void);
int main(int argc, char **argv){
asm(".intel_syntax noprefix");
asm(".byte 0xeb, 0xff, 0xc0, 0x67, 0x48");
asm(".byte 0xeb, 0xff, 0xc0");
asm(".att_syntax prefix");
printMessage();
return EXIT_SUCCESS;