Skip to content

Commit

Permalink
fix "unknown language" error
Browse files Browse the repository at this point in the history
  • Loading branch information
ker2x committed Jan 16, 2024
1 parent 6cce22a commit e616a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Writerside/topics/Dear-Diary-archived.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Writerside/topics/pma.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e616a28

Please sign in to comment.