ankano/src/res/build_date.asm

12 lines
263 B
NASM

; Copyright (C) 2018-2020 Eldred Habert
;
; This file is licensed under the terms of the MIT License.
; For more license details, see LICENSE or <https://mit-license.org/>.
SECTION "Build date", ROM0
db "Built "
BuildDate::
db __ISO_8601_UTC__
db 0