File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 12
12
; -there are a lot of opportunities to optimize this code
13
13
;*******************************************************************************
14
14
15
+ org $000000
16
+
15
17
;*******************************************************************************
16
18
; constants
17
19
;*******************************************************************************
@@ -224,16 +226,6 @@ TrapException:
224
226
225
227
Resources:
226
228
org ROM_ADDR_RESOURCES
227
- ;---------------------------------------------------------------------------
228
- ; Personal note to vasm 1.8h...
229
- ; I really f'ing meant it when I said "org ROM_ADDR_RESOURCES"
230
- ; I don't know why you ignored it the first time so here it is again.
231
- ; Did you think I was joking?
232
- ; Every other org statement works exactly as expected.
233
- ; I don't know what your problem is that you need to be told twice here.
234
- ; I assume the change named "Reworked absolute ORG sections" is the issue.
235
- ;---------------------------------------------------------------------------
236
- org ROM_ADDR_RESOURCES
237
229
238
230
;*******************************************************************************
239
231
; text
You can’t perform that action at this time.
0 commit comments