Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
a634acbe
Commit
a634acbe
authored
Jul 18, 2006
by
John van Groningen
Browse files
assembly file to create dummy object file for the linker to store resources
parent
8c516bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
WinSupport/dummy.asm
0 → 100644
View file @
a634acbe
_TEXT
seg
ment
para
'CODE'
_TEXT
ends
_DATA
seg
ment
para
'DATA'
_DATA
ends
public
mainCRTStartup
_TEXT
seg
ment
mainCRTStartup:
ret
_TEXT
ends
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment