Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
dab15a62100fca488c5bbbfed678aa63eec450d4
/
.
/
as
/
as.h
blob: 4e167dd314c7aa941003feacd37159e8b856242a [
file
] [
log
] [
blame
]
#pragma
once
#include
<stdio.h>
#include
<stdint.h>
/*
* @returns NULL on failure, printing info to stderr
*/
uint32_t
assemble
(
char
*
code
,
FILE
*
out
);