Ada Bare Bones: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
Line 292:
''Note: This source file is written using GAS syntax.''
 
<sourcesyntaxhighlight lang="asm">
.global startup # Make the startup entry point symbol visible to the linker
 
Line 343:
# for some reason, (such as in the case of an NMI).
jmp hang
</syntaxhighlight>
</source>
 
===multiboot.ads===