mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 12:21:42 +00:00
@@ -0,0 +1,5 @@
|
||||
section "period", rom0
|
||||
|
||||
global1: db 1
|
||||
.local db 2
|
||||
. db 3
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: period.asm(5):
|
||||
syntax error, unexpected .
|
||||
error: Assembly aborted (1 errors)!
|
||||
@@ -0,0 +1,3 @@
|
||||
ERROR: period.asm(5):
|
||||
syntax error
|
||||
error: Assembly aborted (1 errors)!
|
||||
@@ -1,3 +0,0 @@
|
||||
SECTION "sec", ROM0
|
||||
foo:
|
||||
add sp, .
|
||||
@@ -0,0 +1,3 @@
|
||||
SECTION "sec", ROM0
|
||||
foo:
|
||||
add sp, .bar ; rgblink gives an "Unknown symbol" error here
|
||||
Reference in New Issue
Block a user