KR20010095892A - a method for excuting programs using the Hyperstone CPU - Google Patents

a method for excuting programs using the Hyperstone CPU Download PDF

Info

Publication number
KR20010095892A
KR20010095892A KR1020000019353A KR20000019353A KR20010095892A KR 20010095892 A KR20010095892 A KR 20010095892A KR 1020000019353 A KR1020000019353 A KR 1020000019353A KR 20000019353 A KR20000019353 A KR 20000019353A KR 20010095892 A KR20010095892 A KR 20010095892A
Authority
KR
South Korea
Prior art keywords
program
memory
stored
segment
mask rom
Prior art date
Application number
KR1020000019353A
Other languages
Korean (ko)
Inventor
김세웅
Original Assignee
최경렬
주식회사 우노일렉트론
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 최경렬, 주식회사 우노일렉트론 filed Critical 최경렬
Priority to KR1020000019353A priority Critical patent/KR20010095892A/en
Publication of KR20010095892A publication Critical patent/KR20010095892A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication

Abstract

PURPOSE: A method for executing a program using a central processing unit of the Hyperstone company is provided to execute a program using a small-sized memory without a code ROM by storing the program in a mask ROM with data and loading the program in a memory and executing the program. CONSTITUTION: A CPU obtains the starting address of a program being stored in a mask ROM through an OS BIOS unit(ST101). The CPU obtains an address and a size of a stored code segment(ST102). The CPU loads the code segment being stored in the mask ROM to a memory through the OS BIOS unit(ST103). The CPU obtains an address and a size of a stored text segment being used in the program stored in the mask ROM through the OS BIOS unit(ST104). The CPU loads the text segment being stored in the mask ROM to the memory through the OS BIOS unit(ST105). The CPU obtains an address and a size of a stored data(Far_bss) segment being used in the program stored in the mask ROM through the OS BIOS unit(ST106). A size of the memory occupied by the code segment, the text segment and the data segment is calculated(ST107). The CPU sets a size of the memory for preventing a memory area from being invaded by the loaded program, and the program loaded to the memory is executed(ST108,ST109).

Description

하이퍼스톤사의 중앙처리장치를 이용한 프로그램의 실행방법 {a method for excuting programs using the Hyperstone CPU}Executing a program using Hyperstone's central processing unit {a method for excuting programs using the Hyperstone CPU}

본 발명은 하이퍼스톤사의 중앙처리장치를 이용하여 프로그램을 실행하는 방법에 관한 것으로, 특히 데이터와 함께 마스크롬에 저장된 프로그램을 메모리로 로드하여 실행함에 따라 프로그램이 저장되는 별도의 코드롬이 불필요하며 아울러 적은 용량의 메모리로도 프로그램을 실행할 수 있는 하이퍼스톤사의 중앙처리장치를 이용한 프로그램의 실행방법에 관한 것이다.The present invention relates to a method for executing a program by using a central processing unit of Hyperstone, and in particular, a separate code ROM for storing a program is unnecessary as the program stored in the mask ROM with data is loaded into the memory and executed. The present invention relates to a method of executing a program using a central processing unit of Hyperstone which can execute a program even with a small amount of memory.

일반적으로, 중앙처리장치(CPU)는 시스템내에서 계산등의 데이터 처리나 입출력 등의 전체적인 제어를 수행하는데, 하이버스톤(Hyperstone)사의 중앙처리장치는 코드롬에 저장된 프로그램을 항상 메모리(RAM)에 로드하여 실행하며, 프로그램이 사용하는 데이터는 별도의 마스크롬에 저장하여 보관한다.In general, the central processing unit (CPU) performs overall control of data processing such as calculation and input / output, etc. in the system, and the central processing unit of the Hiberstone company always stores a program stored in a code ROM in a memory (RAM). It loads and executes, and the data used by the program is saved in a separate mask.

도 3은 하이퍼스톤사의 중앙처리장치가 사용되는 종래의 시스템의 일예인 유아용 학습기의 내부구성을 개략적으로 나타낸 블럭도로, 학습용 프로그램이 저장된 소프트웨어 패키지(ROM PACK)를 시스템에 탈착가능하게 장착하여 사용하는 유아용 학습기를 나타낸 도면이다.Figure 3 is a block diagram schematically showing the internal configuration of a child learner, which is an example of a conventional system in which the central processing unit of the Hyperstone Inc. is used, which detachably mounts and uses a software package (ROM PACK) in which a learning program is stored. A diagram showing a baby learner.

도면에 도시된 것처럼, 소프트웨어 패키지(110)의 내부에는 프로그램이 저장된 코드롬(111)과 프로그램이 사용하는 데이터가 저장된 마스크롬(112)이 각각 장착되어 있으며, 상기 소프트웨어 패키지(110)가 탈착가능하게 장착되는 시스템 보드(120)에는 하이퍼스톤사의 중앙처리장치(121)와 소프트웨어 패키지(110)에 저장된 프로그램이 로드되는 메모리(122) 및 상기 메모리(122)에 프로그램을 로드시키는 OS·BIOS부(123)가 설치되어 있다.As shown in the figure, the software package 110 is equipped with a code rom 111 storing a program and a mask rom 112 storing data used by the program, respectively, and the software package 110 is removable. The system board 120 to be mounted on the memory 120 includes a memory 122 for loading a program stored in the central processing unit 121 and a software package 110 of Hyperstone, and an OS / BIOS unit for loading a program into the memory 122 ( 123 is installed.

또한, 하이퍼스톤사의 중앙처리장치(121)에 의해 구동된 프로그램의 출력인 비디오와 오디오 신호는 시스템 보드(120)에 장착된 비디오와 오디오 출력부(124, 125)를 통해 각각 외부로 출력된다.In addition, video and audio signals, which are outputs of programs driven by the central processing unit 121 of Hyperstone, are output to the outside through the video and audio output units 124 and 125 mounted on the system board 120, respectively.

따라서, 유아용 학습기를 구동시키기 위해 소프트웨어 패키지(110)를 시스템 보드(120)에 장착하면 하이버스톤사의 중앙처리장치(121)는 OS·BIOS부(123)를 통해 코드롬(111)에 저장된 프로그램을 메모리(122)로 로드하여 실행시키고, 필요한 데이터를 마스크롬(112)에서 불러내어 사용하게 된다.Therefore, when the software package 110 is mounted on the system board 120 to drive the infant learner, the central processing unit 121 of the Hiberston company executes the program stored in the code ROM 111 through the OS / BIOS unit 123. The memory 122 is loaded and executed, and the necessary data is retrieved from the mask ROM 112 and used.

그러나, 상기와 같은 하이퍼스톤사의 중앙처리장치는 자체의 특성상 프로그램이 저장된 코드롬과 데이터가 저장된 마스크롬을 별도로 구비하여야 함에따라 시스템의 생산가격이 상승된다는 문제점이 있다. 아울러, 프로그램이 OS·BIOS부에 의해 자동적으로 메모리로 로드됨에 따라 코드롬에 저장된 프로그램 데이터의 크기가 커지면 프로그램을 구동하기 위해 시스템내의 메모리 용량을 확충하여야 한다는 문제점이 있다.However, the central processing unit of the Hyperstone company as described above has a problem in that the production cost of the system is increased according to the characteristics of the coderom in which the program is stored and the maskrom in which the data is stored. In addition, as the program is automatically loaded into the memory by the OS and BIOS unit, there is a problem in that the memory capacity in the system must be increased to drive the program when the size of the program data stored in the code ROM increases.

이에 본 발명은 상기와 같은 문제점을 해결하기 위해 발명된 것으로, 마스크롬에 데이터와 함께 프로그램을 저장하고, 상기 프로그램을 메모리로 로드하여 실행시킴에 따라 프로그램이 저장되는 코드롬이 불필요하며 아울러 적은 용량의 메모리로도 프로그램을 실행시킬 수 있는 하이퍼스톤사의 중앙처리장치를 이용한 프로그램의 실행방법을 제공하는 것을 그 목적으로 한다.Accordingly, the present invention has been invented to solve the above problems, and the program is stored in a mask ROM with data, and the program is stored in the ROM as it is loaded and executed. It is an object of the present invention to provide a method for executing a program using a central processing unit of Hyperstone, which can execute a program even in the memory of a computer.

상기와 같은 목적을 달성하기 위하여 본 발명은, 하이버스톤(Hyperstone)사의 중앙처리장치를 구비한 시스템에 있어서, 하이버스톤사의 중앙처리장치가 OS·BIOS부를 통해 프로그램과 데이터가 저장된 마스크롬으로 부터 프로그램의 시작번지와 실제 프로그램인 코드 세그먼트(Code Segment)가 저장된 주소와 크기를얻어 마스크롬에 저장된 코드 세그먼트를 메모리로 로드하는 제 1 단계와; 상기 제 1 단계에서 코드 세그먼트가 메모리로 로드되면 하이버스톤사의 중앙처리장치가 OS·BIOS부를 통해 마스크롬에 저장된 프로그램에서 사용되는 문자인 텍스트 세그먼트(Text Segment)가 저장된 주소와 크기를 얻어 마스크롬에 저장된 텍스트 세그먼트를 메모리로 로드하는 제 2 단계와; 상기 제 2 단계에서 텍스트 세그먼트가 메모리로 로드되면 하이버스톤사의 중앙처리장치가 OS·BIOS부를 통해 마스크롬에 저장된 프로그램에서 사용되는 데이터인 데이터 세그먼트(Far_bss Segment)가 저장된 주소와 크기를 얻고, 코드 세그먼트와 텍스트 세그먼트 및 데이터 세그먼트로 이루어진 프로그램이 차지하는 메모리의 크기를 계산하는 제 3 단계와; 상기 제 3 단계에서 프로그램이 차지하는 메모리의 크기가 산출되면 하이버스톤사의 중앙처리장치가 프로그램에 의해 사용되는 메모리 영역을 침범하지 않도록 사용 가능한 메모리의 크기를 설정하고 프로그램을 실행시키는 제 4 단계를 구비하는 것을 특징으로 한다.In order to achieve the above object, the present invention provides a system having a central processing unit of the Hiberstone company, wherein the central processing unit of the Hiberstone company is programmed from a mask ROM in which a program and data are stored through an OS / BIOS unit. A first step of obtaining an address and a size at which a start address of the code segment and a code segment, which is an actual program, are stored, and loading the code segment stored in the mask ROM into a memory; When the code segment is loaded into the memory in the first step, the Hiberston's central processing unit obtains the address and size in which the text segment, which is a character used in the program stored in the mask ROM, is stored in the mask ROM through the OS BIOS unit. Loading the stored text segment into memory; In the second step, when the text segment is loaded into the memory, the Hiberston's central processing unit obtains the address and the size where the data segment (Far_bss Segment), which is data used in the program stored in the mask ROM through the OS / BIOS unit, is stored. And a third step of calculating a size of a memory occupied by a program consisting of a text segment and a data segment; A fourth step of setting the size of the available memory and executing the program so that the central processing unit of the Hiberston company does not invade the memory area used by the program when the size of the memory occupied by the program is calculated in the third step; It is characterized by.

도 1은 본 발명이 적용되는 시스템의 일예인 유아용 학습기의 내부구성을1 is an internal configuration of an infant learner as an example of a system to which the present invention is applied

개략적으로 나타낸 블럭도,Schematic block diagram,

도 2는 본 발명에 따른 프로그램의 실행방법을 나타낸 흐름도,2 is a flowchart illustrating a method of executing a program according to the present invention;

도 3은 하이퍼스톤사의 중앙처리장치가 사용되는 종래의 시스템의 일예인3 is an example of a conventional system in which a central processing unit of Hyperstone Inc. is used.

유아용 학습기의 내부구성을 개략적으로 나타낸 블럭도.Block diagram schematically showing the internal structure of the baby learner.

도면의 주요부분에 대한 부호의 설명Explanation of symbols for main parts of the drawings

10 : 소프트웨어 패키지 11 : 마스크롬10: Software Package 11: Mask ROM

20 : 시스템보드 21 : 중앙처리장치20: system board 21: central processing unit

22 : 메모리 23 : OS·BIOS부22: memory 23: OS, BIOS section

24 : 비디오 출력부 25 : 오디오 출력부24: video output unit 25: audio output unit

이하 본 발명의 바람직한 일실시예를 첨부된 도면을 참조하여 상세히 설명하면 다음과 같다.Hereinafter, a preferred embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명이 적용되는 시스템의 일예인 유아용 학습기의 내부구성을 개략적으로 나타낸 도면으로, 소프트웨어 패키지(10)의 내부에는 데이터와 함께 프로그램이 저장된 마스크롬(11)이 장착되어 있으며, 상기 소프트웨어 패키지(10)가 탈착가능하게 장착되는 시스템 보드(20)에는 하이퍼스톤사의 중앙처리장치(21)와 소프트웨어 패키지에 저장된 프로그램이 로드되는 메모리(22)가 장착되어 있다.1 is a view schematically showing an internal configuration of a baby learner as an example of a system to which the present invention is applied. The software package 10 is equipped with a mask ROM 11 in which a program is stored together with data. The system board 20 on which the package 10 is detachably mounted is equipped with a central processing unit 21 of Hyperstone Inc. and a memory 22 into which a program stored in a software package is loaded.

또한, 시스템 보드(20)에는 소프트웨어 패키지(10)에 저장된 프로그램을 메모리(22)로 로드시키는 OS· BIOS부(23)가 장착되어 있는데, 상기 OS· BIOS부(23)에는 소프트웨어 패키지(10)의 마스크롬(11)에 저장된 프로그램을 메모리로 로드시키는 프로그램이 적재되어 있다.In addition, the system board 20 is equipped with an OS / BIOS section 23 for loading a program stored in the software package 10 into the memory 22. The OS / BIOS section 23 includes a software package 10. The program for loading the program stored in the mask ROM 11 into the memory is loaded.

한편, 하이퍼스톤사의 중앙처리장치(21)에 의해 구동된 프로그램의 출력인 비디오와 오디오 신호는 시스템 보드(20)에 장착된 비디오와 오디오 출력부(24,25)를 통해 각각 외부로 출력된다.On the other hand, video and audio signals, which are outputs of programs driven by the central processing unit 21 of Hyperstone Inc., are output to the outside through the video and audio output units 24 and 25 mounted on the system board 20, respectively.

다음에는 상기와 같이 하이퍼스톤사의 중앙처리장치가 장착된 시스템에 적용되는 본 발명에 따른 프로그램의 실행방법을 도 2를 참조하여 상세히 설명한다.Next, a method of executing a program according to the present invention applied to a system equipped with a central processing unit of Hyperstone as described above will be described in detail with reference to FIG. 2.

유아용 학습기를 구동시키기 위해 소프트웨어 패키지(10)를 시스템 보드(20)에 장착하면 하이버스톤(Hyperstone)사의 중앙처리장치(21)는 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 프로그램을 메모리(22)로 로드하여 실행시키고, 필요한 데이터를 마스크롬(11)에서 불러내어 사용하게 된다.When the software package 10 is mounted on the system board 20 to drive the infant learner, the central processing unit 21 of the Hyperstone company stores the program stored in the mask ROM 11 through the OS / BIOS unit 23. Is loaded into the memory 22 and executed, and necessary data is retrieved from the mask ROM 11 for use.

다시말해, 하이버스톤(Hyperstone)사의 중앙처리장치(21)는 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 프로그램의 시작번지를 얻고(ST101), 실제 프로그램인 코드 세그먼트(Code Segment)가 저장된 주소와 크기를 얻는다(ST102). 이와같이 코드 세그먼트의 주소와 크기를 얻으면 하이퍼스톤사의 중앙처리장치(21)는 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 코드 세그먼트를 메모리(22)로 로드한다(ST103).In other words, the central processing unit 21 of the Hyperstone company obtains the start address of the program stored in the mask ROM 11 through the OS / BIOS unit 23 (ST101), and is a code segment that is an actual program. ) Obtains the stored address and size (ST102). When the address and size of the code segment are obtained in this manner, the central processing unit 21 of the Hyperstone Inc. loads the code segment stored in the mask ROM 11 into the memory 22 via the OS / BIOS unit 23 (ST103).

한편, 상기와 같이 코드 세그먼트를 메모리(22)로 로드하고 하이버스톤사의 중앙처리장치(21)는 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 프로그램에서 사용되는 문자인 텍스트 세그먼트(Text Segment)가 저장된 주소와 크기를 얻는다 (ST104). 이와같이 텍스트 세그먼트의 주소와 크기를 얻으면 하이퍼스톤사의 중앙처리장치(21)는 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 텍스트 세그먼트를 메모리(22)로 로드한다(ST105).On the other hand, the code segment is loaded into the memory 22 as described above, and the central processing unit 21 of Hiberston Corporation uses the text segment (the character used in the program stored in the mask ROM 11 through the OS BIOS section 23). Text Segment) gets the address and size stored (ST104). When the address and size of the text segment are obtained in this way, the central processing unit 21 of the Hyperstone Inc. loads the text segment stored in the mask ROM 11 into the memory 22 via the OS / BIOS unit 23 (ST105).

또한, 텍스트 세그먼트가 메모리(22)로 로드되면 하이버스톤사의 중앙처리장치(21)는 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 프로그램에서 사용되는 데이터인 데이터 세그먼트(Far_bss Segment)가 저장된 주소와 크기를 얻고(ST106), 코드 세그먼트와 텍스트 세그먼트 및 데이터 세그먼트로 이루어진 프로그램이 차지한 메모리(22)의 크기를 계산한다(ST107).In addition, when the text segment is loaded into the memory 22, the Hiberston CPU 21 is a data segment (Far_bss Segment) which is data used in a program stored in the mask ROM 11 through the OS BIOS section 23. Obtains the stored address and size (ST106), and calculates the size of the memory 22 occupied by the program consisting of the code segment, the text segment, and the data segment (ST107).

상기와 같이 프로그램의 코드 세그먼트와 텍스트 세그먼트 및 데이터 세그먼트가 차지한 메모리(22)의 크기가 산출되면 하이버스톤사의 중앙처리장치(21)는 로드된 프로그램에 의해 사용되는 메모리 영역을 침범하지 않도록 사용 가능한 메모리(22)의 크기를 설정하고 메모리(22)로 로드된 프로그램을 실행한다(ST108∼ ST109).When the size of the memory 22 occupied by the code segment, the text segment and the data segment of the program is calculated as described above, the central processing unit 21 of the Hiberston company can use the memory so as not to invade the memory area used by the loaded program. The size of (22) is set and the program loaded into the memory 22 is executed (ST108 to ST109).

상기와 같이 본 발명은 마스크롬에 데이터와 함께 프로그램을 저장하고 상기 프로그램을 메모리로 로드시키는 별도의 프로그램을 OS·BIOS부에 적재하여 마스크롬에 저장된 프로그램을 메모리로 로드시켜 실행함에 따라 프로그램이 저장되는 별도의 코드롬이 불필요하여 시스템의 생산가를 절감시킬 수 있으며, 아울러 적은 용량의 메모리로도 프로그램을 실행할 수 있다는 효과를 갖는다.As described above, the present invention stores a program together with data in a mask ROM and loads a separate program for loading the program into a memory in OS / BIOS to load and execute the program stored in the mask ROM into a memory. It is possible to reduce the production cost of the system by eliminating the need for a separate code rom, and also have the effect that a program can be executed with a small amount of memory.

본 발명은 도면에 도시된 일실시예를 참고로 설명되었으나 이는 예시적인 것에 불과하며, 당해 기술분야에 통상의 지식을 지닌 자라면 이로부터 다양한 변형 및 균등한 타실시예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호범위는 첨부된 특허청구범위에 의해서만 정해져야 할 것이다.Although the present invention has been described with reference to one embodiment shown in the drawings, this is merely exemplary, and those skilled in the art will understand that various modifications and equivalent other embodiments are possible therefrom. Therefore, the true technical protection scope of the present invention should be defined only by the appended claims.

Claims (1)

하이버스톤(Hyperstone)사의 중앙처리장치(22)를 구비한 시스템에 있어서, 하이버스톤사의 중앙처리장치(21)가 OS·BIOS부(23)를 통해 프로그램과 데이터가 저장된 마스크롬(11)으로 부터 프로그램의 시작번지와 실제 프로그램인 코드 세그먼트(Code Segment)가 저장된 주소와 크기를 얻어 마스크롬(11)에 저장된 코드 세그먼트를 메모리(22)로 로드하는 제 1 단계(ST101∼ST103)와; 상기 제 1 단계에서 코드 세그먼트가 메모리(22)로 로드되면 하이버스톤사의 중앙처리장치(21)가 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 프로그램에서 사용되는 문자인 텍스트 세그먼트(Text Segment)가 저장된 주소와 크기를 얻어 마스크롬(11)에 저장된 텍스트 세그먼트를 메모리(22)로 로드하는 제 2 단계(ST104∼ST105)와; 상기 제 2 단계에서 텍스트 세그먼트가 메모리(22)로 로드되면 하이버스톤사의 중앙처리장치 (21)가 OS·BIOS부(23)를 통해 마스크롬(11)에 저장된 프로그램에서 사용되는 데이터인 데이터 세그먼트(Far_bss Segment)가 저장된 주소와 크기를 얻고, 코드 세그먼트와 텍스트 세그먼트 및 데이터 세그먼트로 이루어진 프로그램이 차지하는 메모리(22)의 크기를 계산하는 제 3 단계(ST106∼ST107)와; 상기 제 3 단계에서 프로그램이 차지하는 메모리(22)의 크기가 산출되면 하이버스톤사의 중앙처리장치(21)가 프로그램에 의해 사용되는 메모리 영역을 침범하지 않도록 사용가능한 메모리(22)의 크기를 설정하고 프로그램을 실행시키는 제 4 단계(ST108∼ST109)를 구비하는 것을 특징으로 하는 하이퍼스톤사의 중앙처리장치를 이용한 프로그램의 실행방법.In the system having the central processing unit 22 of the Hiberstone company, the central processing unit 21 of the Hiberstone company is supplied from the mask ROM 11 in which the program and data are stored through the OS / BIOS unit 23. First steps (ST101 to ST103) of loading the code segment stored in the mask ROM 11 into the memory 22 by obtaining an address and a size at which a program start address and a code segment, which is an actual program, are stored; When the code segment is loaded into the memory 22 in the first step, the text segment (Hiberston's central processing unit 21) is a character used in a program stored in the mask ROM 11 through the OS / BIOS unit 23 ( A second step (ST104 to ST105) of obtaining the address and the size where the text segment is stored and loading the text segment stored in the mask ROM 11 into the memory 22; In the second step, when the text segment is loaded into the memory 22, the Hiberston CPU 21 is data segment which is data used in a program stored in the mask ROM 11 through the OS BIOS section 23 ( A third step (ST106 to ST107) of obtaining the address and the size where the Far_bss Segment) is stored and calculating the size of the memory 22 occupied by the program consisting of the code segment, the text segment and the data segment; When the size of the memory 22 occupied by the program is calculated in the third step, the size of the usable memory 22 is set so that the central processing unit 21 of the Hiberston company does not invade the memory area used by the program. And a fourth step (ST108 to ST109) of executing the program.
KR1020000019353A 2000-04-12 2000-04-12 a method for excuting programs using the Hyperstone CPU KR20010095892A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000019353A KR20010095892A (en) 2000-04-12 2000-04-12 a method for excuting programs using the Hyperstone CPU

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000019353A KR20010095892A (en) 2000-04-12 2000-04-12 a method for excuting programs using the Hyperstone CPU

Publications (1)

Publication Number Publication Date
KR20010095892A true KR20010095892A (en) 2001-11-07

Family

ID=19663954

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000019353A KR20010095892A (en) 2000-04-12 2000-04-12 a method for excuting programs using the Hyperstone CPU

Country Status (1)

Country Link
KR (1) KR20010095892A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06148286A (en) * 1992-10-31 1994-05-27 Sony Corp Circuit board device
KR950701748A (en) * 1993-03-10 1995-04-28 이리마지리 쇼우이찌로 Method for Executing Software Program and Circuit Device for Implementing the Method
JPH10309378A (en) * 1998-06-08 1998-11-24 Sega Enterp Ltd Game cartridge
US6012961A (en) * 1997-05-14 2000-01-11 Design Lab, Llc Electronic toy including a reprogrammable data storage device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06148286A (en) * 1992-10-31 1994-05-27 Sony Corp Circuit board device
KR950701748A (en) * 1993-03-10 1995-04-28 이리마지리 쇼우이찌로 Method for Executing Software Program and Circuit Device for Implementing the Method
US6012961A (en) * 1997-05-14 2000-01-11 Design Lab, Llc Electronic toy including a reprogrammable data storage device
JPH10309378A (en) * 1998-06-08 1998-11-24 Sega Enterp Ltd Game cartridge

Similar Documents

Publication Publication Date Title
US6202163B1 (en) Data processing circuit with gating of clocking signals to various elements of the circuit
KR100746797B1 (en) Processor and information processing method
KR100746796B1 (en) Processor and information processing method
EP1189137A1 (en) Interruption managing device and interruption managing method
JPH08305568A (en) Information processing unit
KR0139985B1 (en) Hibernation system of option card
KR960035262A (en) Method and apparatus for selective control of interrupt wait in data processing system
KR20010095892A (en) a method for excuting programs using the Hyperstone CPU
JP2003058381A (en) Processor realizing exception processing setting by program
JPH0414376B2 (en)
JPS6290728A (en) Interruption processing method
KR970072879A (en) Interprocessor communication method in an exchange
JPH05108345A (en) Branch instruction processor
DE50210759D1 (en) PROCESSOR WITH INTERNAL MEMORY CONFIGURATION AND ARRANGEMENT WITH THIS PROCESSOR
JPS6230455B2 (en)
JPS59218569A (en) Microcomputer
JPH04280334A (en) One chip microcomputer
JP2743685B2 (en) Fixed-point processor
JPH01229332A (en) Information processor
JPH02148152A (en) Microcomputer
JPS6136850A (en) Input and output interruption information system
JP3348682B2 (en) Restart control device and restart control method
KR940005031A (en) How to change the software version while using the exchange system
JPS5822455A (en) Data processor
JPH0784786A (en) Program execution control method

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
NORF Unpaid initial registration fee