From e616a2814b861bded2bc74fce9cb5969f7ff98ba Mon Sep 17 00:00:00 2001 From: Laurent Laborde Date: Tue, 16 Jan 2024 10:58:06 +0100 Subject: [PATCH] fix "unknown language" error --- Writerside/topics/Dear-Diary-archived.md | 3 ++- Writerside/topics/pma.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Writerside/topics/Dear-Diary-archived.md b/Writerside/topics/Dear-Diary-archived.md index 6cd37b4..6bb4263 100644 --- a/Writerside/topics/Dear-Diary-archived.md +++ b/Writerside/topics/Dear-Diary-archived.md @@ -459,7 +459,8 @@ I'll be honest here. i always get confused by JNZ. it jump if ZF = 0. But if you Anyway : ```if(argc != 2) { goto loc_401813; }``` -```loc_401813: +``` +loc_401813: pop edi pop esi pop ebp diff --git a/Writerside/topics/pma.md b/Writerside/topics/pma.md index 24cc55c..9650d32 100644 --- a/Writerside/topics/pma.md +++ b/Writerside/topics/pma.md @@ -119,7 +119,8 @@ I'll be honest here. i always get confused by JNZ. it jump if ZF = 0. But if you Anyway : ```if(argc != 2) { goto loc_401813; }``` -```loc_401813: +``` +loc_401813: pop edi pop esi pop ebp