Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Apr 10, 2022
1 parent ea883cc commit ca1a83b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HelloAssembly.asm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WindowHeight equ 480
.DATA
ClassName db "MyWinClass", 0 ; The name of our Window class
AppName db "First Tiny App", 0 ; The name of our main window
AppName db "First Tiny App", 0 ; The name of our main window
.DATA? ; Uninitialized data - Basically just reserves address space
hInstance HINSTANCE ? ; Instance handle (like the process id) of our application
Expand Down Expand Up @@ -139,7 +139,7 @@ MessageLoop:
jmp MessageLoop
DoneMessages:
mov eax, msg.wParam ; Return wParam of last message processed
mov eax, msg.wParam ; Return wParam of last message processed
WinMainRet:
ret
Expand Down
Binary file modified HelloAssembly.exe
Binary file not shown.
Binary file modified HelloAssembly.obj
Binary file not shown.

0 comments on commit ca1a83b

Please sign in to comment.