YACASL2
Loading...
Searching...
No Matches
ASPTR Struct Reference

アセンブル時の現在およびリテラルのアドレスとプログラム入口名を表すデータ型 More...

#include <assemble.h>

Collaboration diagram for ASPTR:

Data Fields

WORD ptr
WORD lptr
char * prog

Detailed Description

アセンブル時の現在およびリテラルのアドレスとプログラム入口名を表すデータ型

Definition at line 34 of file assemble.h.

Field Documentation

◆ lptr

WORD ASPTR::lptr

リテラル(=付きの値)のアドレス

Definition at line 36 of file assemble.h.

◆ prog

char* ASPTR::prog

他のプログラムで参照する入口名

Definition at line 37 of file assemble.h.

◆ ptr

WORD ASPTR::ptr

現在のアドレス

Definition at line 35 of file assemble.h.


The documentation for this struct was generated from the following file: