You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
288 B
13 lines
288 B
[section .rodata]
|
|
[global _binary_charmap_bmp]
|
|
[global _binary_bootmessage_txt]
|
|
[global __image_pix]
|
|
|
|
_binary_charmap_bmp:
|
|
incbin "../resources/bmp/charmap.bmp"
|
|
_binary_charmap_bmp_end:
|
|
|
|
|
|
_binary_bootmessage_txt:
|
|
incbin "../resources/ascii/boot_message.txt"
|
|
db 0
|
|
|