Add missing verilogtest.s file.

This commit is contained in:
Nick Clifton 2019-05-14 16:16:56 +01:00
parent e7bd7fba34
commit c2509a1cc8

View File

@ -0,0 +1,12 @@
.globl text_symbol
.text
text_symbol:
static_text_symbol:
.long 0x04030201
.long external_symbol
.globl data_symbol
.data
data_symbol:
static_data_symbol:
.long 2
.comm common_symbol,4